We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccab51b commit ecd6d07Copy full SHA for ecd6d07
esbuild.config.js
@@ -13,7 +13,7 @@ const config = {
13
external: [],
14
// Resolve ES module extensions
15
loader: {
16
- '.js': 'jsx',
+ '.js': 'js',
17
},
18
};
19
0 commit comments