Skip to content

Commit

Permalink
fix: compatibility with webpack v5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Feb 15, 2021
1 parent c4b375c commit 9b6b8b3
Show file tree
Hide file tree
Showing 28 changed files with 1,040 additions and 928 deletions.
281 changes: 158 additions & 123 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"webpack-sources": "^1.1.0"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@webpack-contrib/defaults": "^6.3.0",
Expand All @@ -59,11 +59,11 @@
"babel-jest": "^26.6.3",
"bootstrap": "^4.6.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"css-loader": "^5.0.2",
"del": "^6.0.0",
"del-cli": "^3.0.1",
"es-check": "^5.2.0",
"eslint": "^7.19.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
Expand All @@ -75,7 +75,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"standard-version": "^9.1.0",
"webpack": "^5.21.1",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.7.2"
},
Expand Down
88 changes: 0 additions & 88 deletions src/CssDependency.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/CssDependencyTemplate.js

This file was deleted.

203 changes: 0 additions & 203 deletions src/CssLoadingRuntimeModule.js

This file was deleted.

0 comments on commit 9b6b8b3

Please sign in to comment.