Skip to content

Commit

Permalink
Update resolve.extensions in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmark authored Jun 19, 2019
1 parent 4ef3cc9 commit 139090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/make-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = function(config, env) {
publicPath: '',
},
resolve: {
extensions: ['.js', '.jsx', '.ts', '.tsx', '.json'],
extensions: ['.wasm', '.mjs', '.js', '.jsx', '.ts', '.tsx', '.json'],
alias: {},
},
plugins: [
Expand Down

0 comments on commit 139090b

Please sign in to comment.