We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c51c0 commit 2db8d18Copy full SHA for 2db8d18
packages/@vue/cli-service/lib/config/base.js
@@ -38,7 +38,7 @@ module.exports = (api, options) => {
38
39
webpackConfig.resolve
40
.extensions
41
- .merge(['.js', '.jsx', '.vue', '.json'])
+ .merge(['.wasm', '.mjs', '.js', '.jsx', '.vue', '.json'])
42
.end()
43
.modules
44
.add('node_modules')
0 commit comments