mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 22:02:57 +00:00
Initital working browser build
This commit is contained in:
+4
-4
@@ -22,10 +22,10 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
include: /\.min\.js$/,
|
||||
minimize: true
|
||||
}) ,
|
||||
// new webpack.optimize.UglifyJsPlugin({
|
||||
// include: /\.min\.js$/,
|
||||
// minimize: true
|
||||
// }) ,
|
||||
new CopyWebpackPlugin([
|
||||
{ from: 'demo/index.html', to: 'dist/' }
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user