diff --git a/webpack.config.js b/webpack.config.js index 0942ea9ee..459a83592 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -45,6 +45,9 @@ module.exports = { }, output: { filename: "[name].js", + // we must set publicPath to an empty value to override the default of + // auto which doesn't work in IE11 + publicPath: '', path: path.resolve(__dirname, "app/assets/builds"), }, plugins: [