mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
In ReactSpa template, change vendor bundle to be a prebuilt DLL (for faster builds)
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
extractCSS,
|
||||
new webpack.optimize.OccurenceOrderPlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin({ minimize: true })
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user