1
0
mirror of synced 2025-12-16 03:48:03 +08:00

chore: remove shx dependency

This commit is contained in:
surunzi
2020-11-21 20:35:38 +08:00
parent 870e1b9b66
commit 64aa973b25
47 changed files with 469 additions and 506 deletions

View File

@@ -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