Skip to content

Commit 94378b7

Browse files
test: module concatenation plugin (#996)
1 parent cb434bf commit 94378b7

File tree

5 files changed

+686
-56
lines changed

5 files changed

+686
-56
lines changed

package-lock.json

+54-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint": "^6.6.0",
7272
"eslint-config-prettier": "^6.7.0",
7373
"eslint-plugin-import": "^2.18.2",
74-
"file-loader": "^4.0.0",
74+
"file-loader": "^4.3.0",
7575
"husky": "^3.1.0",
7676
"jest": "^24.9.0",
7777
"jest-junit": "^9.0.0",
@@ -82,9 +82,10 @@
8282
"postcss-preset-env": "^6.7.0",
8383
"prettier": "^1.19.1",
8484
"sass": "^1.23.7",
85-
"sass-loader": "^7.1.0",
85+
"sass-loader": "^8.0.0",
8686
"standard-version": "^7.0.1",
8787
"strip-ansi": "^6.0.0",
88+
"url-loader": "^2.3.0",
8889
"webpack": "^4.41.2"
8990
},
9091
"keywords": [

0 commit comments

Comments
 (0)