From 5e25cc3c3313c21256cf59b9c75b5474d6312fa4 Mon Sep 17 00:00:00 2001 From: Perlover Date: Mon, 6 Feb 2023 18:06:20 +0100 Subject: [PATCH] fix of https://github.com/jzaefferer/webpack-jquery-ui/issues/6 --- webpack-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webpack-config.js b/webpack-config.js index f12147d..594fa63 100644 --- a/webpack-config.js +++ b/webpack-config.js @@ -8,7 +8,8 @@ module.exports = { }, output: { path: './dist', - filename: 'app.[hash].js' + filename: 'app.[hash].js', + publicPath: "./" }, module: { loaders: [