mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-09-12 12:51:19 +08:00
Changed paths to relative instead of absolute in webpack config
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ module.exports = {
|
||||
output: {
|
||||
path: path.join(__dirname, '/../dist/assets'),
|
||||
filename: 'app.js',
|
||||
publicPath: defaultSettings.publicPath
|
||||
publicPath: `.${defaultSettings.publicPath}`
|
||||
},
|
||||
devServer: {
|
||||
contentBase: './src/',
|
||||
|
||||
Reference in New Issue
Block a user