mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Updated all 'misc' samples to 1.1.0 dependencies (and to TypeScript 2 for the Webpack sample)
This commit is contained in:
@@ -10,6 +10,6 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
extractLESS,
|
||||
new webpack.optimize.UglifyJsPlugin({ minimize: true })
|
||||
new webpack.optimize.UglifyJsPlugin({ minimize: true, compressor: { warnings: false } })
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user