Skip to content

Commit cdf91a4

Browse files
fix: Syntax issues in custom loader
1 parent 70097e1 commit cdf91a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/custom-loaders/html-tag-jsx-loader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module.exports = function htmlTagJsxLoader(source) {
2828
}
2929

3030
// Parse with appropriate plugins
31-
const parserPlugins = [
3231
const parserPlugins = [
3332
"jsx",
3433
];

0 commit comments

Comments
 (0)