Browse Source

path fix for webpack

luis 7 năm trước cách đây
mục cha
commit
4a2f4807fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      browser/vue-flow/webpack.config.js

+ 1 - 1
browser/vue-flow/webpack.config.js

@@ -9,7 +9,7 @@ module.exports = {
   entry: './src/main.js',
   output: {
     path: path.resolve(__dirname, './dist'),
-    publicPath: '/',
+    publicPath: '',
     filename: outfile
     // libraryTarget: 'commonjs2'
   },