From 69ec9ec1d468eae71c0bd02b7dd7d6d6c13d291c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 8 Oct 2023 21:47:45 +0300 Subject: vnext: fix public path --- vnext/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vnext') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 0ce5d9a4..6e35235c 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -16,7 +16,8 @@ module.exports = (env, argv) => { }, output: { path: __dirname + '/../public', - filename: '[name].js' + filename: '[name].js', + publicPath: '/' }, module: { rules: [{ -- cgit v1.2.3