Browse Source

Remove `output.publicPath` in webpack config

Billy Vong 7 years ago
parent
commit
186594d025
1 changed files with 0 additions and 1 deletions
  1. 0 1
      webpack.config.js

+ 0 - 1
webpack.config.js

@@ -182,7 +182,6 @@ var appConfig = {
   },
   output: {
     path: distPath,
-    publicPath: '/_static/sentry/dist/',
     filename: '[name].js',
     libraryTarget: 'var',
     library: 'exports',