Skip to content

Commit 11e3f62

Browse files
Merge branch 'master' into update-hoisted-runtime
2 parents 94de369 + 449b536 commit 11e3f62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

complete-react-case/component-app/rspack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ module.exports = {
1111
publicPath: 'http://localhost:3001/',
1212
clean: true,
1313
},
14+
resolve: {
15+
extensions: [".jsx", ".js", ".json", ".wasm"]
16+
},
1417
experiments: {
1518
css: true,
1619
},

0 commit comments

Comments
 (0)