Skip to content

Commit

Permalink
remove unnecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Jul 9, 2024
1 parent 14899ba commit de4e28e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"@10up/cypress-wp-utils": "^0.2.0",
"@10up/eslint-config": "^4.0.0",
"@wordpress/env": "^10.2.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.1.0",
"@wordpress/scripts": "^27.8.0",
"cypress": "^13.3.0",
"cypress-mochawesome-reporter": "^3.6.0",
Expand Down
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const defaultConfig = require('@wordpress/scripts/config/webpack.config');
const DependencyExtractionWebpackPlugin = require('@wordpress/dependency-extraction-webpack-plugin');

module.exports = {
...defaultConfig,
Expand All @@ -10,5 +9,4 @@ module.exports = {
module: {
...defaultConfig.module,
},
plugins: [new DependencyExtractionWebpackPlugin()],
};

0 comments on commit de4e28e

Please sign in to comment.