Skip to content

Commit

Permalink
fix: move dependence webpack to devDependence
Browse files Browse the repository at this point in the history
  • Loading branch information
kurthe committed Mar 6, 2021
1 parent e54f587 commit 2903b47
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 20,087 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ dist
.yarn/build-state.yml
.pnp.*

lib/
lib/

.yarn.lock
9 changes: 5 additions & 4 deletions examples/webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
"core-js": "^3.6.5"
},
"devDependencies": {
"html-webpack-polyfill-runtime-plugin": "^1.0.7",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"html-webpack-polyfill-runtime-plugin": "latest"
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"html-webpack-plugin": "^4.5.2"
}
}
}
7,517 changes: 0 additions & 7,517 deletions examples/webpack4/yarn.lock

This file was deleted.

8 changes: 4 additions & 4 deletions examples/webpack5/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "plugin-webpack4-demo",
"name": "plugin-webpack5-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand All @@ -10,14 +10,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"core-js": "^3.6.5",
"html-webpack-plugin": "^5.2.0"
"core-js": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"html-webpack-polyfill-runtime-plugin": "latest",
"html-webpack-plugin": "^5.2.0",
"html-webpack-polyfill-runtime-plugin": "^1.0.7",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0"
}
Expand Down
6,031 changes: 0 additions & 6,031 deletions examples/webpack5/yarn.lock

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"browserslist": "^4.14.5",
"create-polyfill-service-url": "^2.2.3",
"fs-extra": "^9.0.1",
"query-string": "^6.13.6",
"webpack": "^5.24.3"
"query-string": "^6.13.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.0",
Expand All @@ -42,7 +41,8 @@
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"standard-version": "^9.1.1",
"typescript": "^4.0.5"
"typescript": "^4.0.5",
"webpack": "^5.24.3"
},
"peerDependencies": {
"html-webpack-plugin": "^4.0.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit 2903b47

Please sign in to comment.