diff --git a/frontend/webpack/config.dev.js b/frontend/webpack/config.dev.js index 677c66f38..e24ce819c 100644 --- a/frontend/webpack/config.dev.js +++ b/frontend/webpack/config.dev.js @@ -17,9 +17,6 @@ const DEV_CONFIG = { overlay: false, }, }, - output: { - publicPath: "/", - }, plugins: [ new ExtraWatchWebpackPlugin({ dirs: [resolve(__dirname, "../static/html")],