diff options
Diffstat (limited to 'vnext/webpack.config.js')
-rw-r--r-- | vnext/webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
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: [{ |