From 85179600edc3192dccee4766350933fdd3fc3977 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 18 Mar 2022 19:18:08 +0000 Subject: [PATCH] Override public path for IE11 --- webpack.config.js | 3 +++ 1 file changed, 3 insertions(+) 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: [