Quellcode durchsuchen

fixed public path of frontend/webpack.config.js

Skylsmoi vor 5 Jahren
Ursprung
Commit
f1f5228c0b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      frontend/webpack.config.js

+ 2 - 2
frontend/webpack.config.js Datei anzeigen

@@ -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/'),