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