Skip to content

Commit

Permalink
fix import reference to forked acorn-jsx-esm package (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Mar 10, 2024
1 parent 28de054 commit eb38fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as acorn from 'acorn';
import * as walk from 'acorn-walk';
import { generate } from '@projectevergreen/escodegen-esm';
import fs from 'fs';
import jsx from 'acorn-jsx';
import jsx from '@projectevergreen/acorn-jsx-esm';
import { parse, parseFragment, serialize } from 'parse5';

const jsxRegex = /\.(jsx)$/;
Expand Down

0 comments on commit eb38fc8

Please sign in to comment.