mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
chore: remove eruda.min.js
This commit is contained in:
@@ -2,10 +2,11 @@ const webpack = require('webpack')
|
||||
|
||||
exports = require('./webpack.base')
|
||||
|
||||
exports.output.filename = 'eruda.min.js'
|
||||
exports.devtool = false
|
||||
exports.output.filename = 'eruda.js'
|
||||
exports.devtool = 'source-map'
|
||||
exports.plugins = exports.plugins.concat([
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
sourceMap: true,
|
||||
compress: {
|
||||
warnings: false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user