feat(core): update all deps

This commit is contained in:
Alexey Kasyanchuk
2021-06-09 15:30:09 +03:00
parent 48cc01953c
commit 9da27b5f22
3 changed files with 2480 additions and 2469 deletions

View File

@ -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" })
]
};
};