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 6ca0ceb commit 072467eCopy full SHA for 072467e
lib/generators/rolemodel/webpack/templates/webpack.config.js
@@ -44,7 +44,7 @@ export default {
44
loader: 'esbuild-loader',
45
options: {
46
loader: 'jsx',
47
- target: 'es2021'
+ target: 'esnext'
48
},
49
// ES Module has stricter rules than CommonJS, so file extensions must be
50
// used in import statements. To ease migration from CommonJS to ESM,
0 commit comments