Skip to content

Commit

Permalink
feat(core): update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Jun 9, 2021
1 parent af57a58 commit 4162dc7
Show file tree
Hide file tree
Showing 3 changed files with 2,480 additions and 2,469 deletions.
2 changes: 0 additions & 2 deletions build/webpack.base.config.js
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -39,7 +38,6 @@ module.exports = env => {
]
},
plugins: [
new FriendlyErrorsWebpackPlugin({ clearConsole: env === "development" })
]
};
};
Loading

0 comments on commit 4162dc7

Please sign in to comment.