From 139090bb845455e95be111fda188868608ca8310 Mon Sep 17 00:00:00 2001 From: Mark Larah Date: Wed, 19 Jun 2019 14:37:58 -0700 Subject: [PATCH] Update resolve.extensions in webpack config Fixes https://github.com/styleguidist/react-styleguidist/issues/1385 --- src/scripts/make-webpack-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/make-webpack-config.js b/src/scripts/make-webpack-config.js index ead32672d..abeb1216b 100644 --- a/src/scripts/make-webpack-config.js +++ b/src/scripts/make-webpack-config.js @@ -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: [