Browse Source

fixed public path of frontend/webpack.config.js

Skylsmoi 5 years ago
parent
commit
f1f5228c0b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/webpack.config.js

+ 2 - 2
frontend/webpack.config.js View File

@@ -30,8 +30,8 @@ module.exports = {
30 30
   output: {
31 31
     path: path.resolve(__dirname, 'dist/asset'),
32 32
     filename: 'tracim.app.entry.js',
33
-    pathinfo: !isProduction
34
-    // publicPath: '/'
33
+    pathinfo: !isProduction,
34
+    publicPath: '/asset/'
35 35
   },
36 36
   devServer: {
37 37
     contentBase: path.join(__dirname, 'dist/'),