mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Allow relative paths for assets in local webpack config
This commit is contained in:
@@ -45,7 +45,7 @@ module.exports = {
|
||||
|
||||
// Used by Webpack Dev Middleware
|
||||
output: {
|
||||
publicPath: '/',
|
||||
publicPath: '',
|
||||
path: '/',
|
||||
filename: '[name].js'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user