chore: remove shx dependency
This commit is contained in:
@@ -7,8 +7,8 @@ exports.output.filename = 'eruda.js'
|
||||
exports.devtool = 'source-map'
|
||||
exports.plugins = exports.plugins.concat([
|
||||
new webpack.DefinePlugin({
|
||||
ENV: '"development"'
|
||||
})
|
||||
ENV: '"development"',
|
||||
}),
|
||||
])
|
||||
|
||||
module.exports = exports
|
||||
|
||||
Reference in New Issue
Block a user