Skip to content

Commit

Permalink
refactor: removed obsolete dependencies
Browse files Browse the repository at this point in the history
Webpack 5 supportes module caching out of the box, compare to e.g. mzgoddard/hard-source-webpack-plugin#514 (comment)
  • Loading branch information
mfranzke committed Mar 15, 2021
1 parent baf5bdf commit c511deb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"deepmerge": "^2.1.1",
"fg-loadjs": "^1.1.0",
"fuse.js": "^3.4.5",
"hard-source-webpack-plugin-patch": "^0.13.3",
"hogan.js": "^3.0.2",
"htm": "^1.0.1",
"html-loader": "^0.5.5",
Expand Down
1 change: 0 additions & 1 deletion packages/uikit-workshop/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// webpack.config.js
const CleanWebpackPlugin = require('clean-webpack-plugin');
const HardSourceWebpackPlugin = require('hard-source-webpack-plugin-patch');
const TerserPlugin = require('terser-webpack-plugin');
const NoEmitPlugin = require('no-emit-webpack-plugin');
const autoprefixer = require('autoprefixer');
Expand Down

0 comments on commit c511deb

Please sign in to comment.