feat(core): update all deps
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
const path = require("path");
|
||||
const nodeExternals = require("webpack-node-externals");
|
||||
const FriendlyErrorsWebpackPlugin = require("friendly-errors-webpack-plugin");
|
||||
|
||||
module.exports = env => {
|
||||
if(env && env.test)
|
||||
@ -39,7 +38,6 @@ module.exports = env => {
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
new FriendlyErrorsWebpackPlugin({ clearConsole: env === "development" })
|
||||
]
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user