Define WEBPACK_PUBLIC_PATH in webpack.config.js
Move WEBPACK_PUBLIC_PATH back to webpack.config.js
- Reverses a change made in 10899cf
- Closes #1718
This commit is contained in:
@@ -11,9 +11,6 @@ module.exports = {
|
||||
new webpack.optimize.OccurrenceOrderPlugin(),
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new webpack.NoErrorsPlugin(),
|
||||
new webpack.DefinePlugin({
|
||||
WEBPACK_PUBLIC_PATH: JSON.stringify(config.publicPath),
|
||||
}),
|
||||
new BrowserSyncPlugin({
|
||||
target: config.devUrl,
|
||||
publicPath: config.publicPath,
|
||||
|
||||
Reference in New Issue
Block a user