Skip to content

Commit e2d2988

Browse files
feat: add file-loader
1 parent af387aa commit e2d2988

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"eslint-plugin-promise": "5.1.0",
5555
"eslint-plugin-react": "7.24.0",
5656
"eslint-plugin-standard": "5.0.0",
57+
"file-loader": "^6.2.0",
5758
"jest": "27.0.4",
5859
"npm-run-all": "4.1.5",
5960
"prettier": "2.3.1",

yarn.lock

+17
Original file line numberDiff line numberDiff line change
@@ -4752,6 +4752,14 @@ file-entry-cache@^6.0.1:
47524752
dependencies:
47534753
flat-cache "^3.0.4"
47544754

4755+
file-loader@^6.2.0:
4756+
version "6.2.0"
4757+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d"
4758+
integrity sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==
4759+
dependencies:
4760+
loader-utils "^2.0.0"
4761+
schema-utils "^3.0.0"
4762+
47554763
filename-reserved-regex@^2.0.0:
47564764
version "2.0.0"
47574765
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
@@ -6669,6 +6677,15 @@ loader-utils@^1.1.0, loader-utils@^1.4.0:
66696677
emojis-list "^3.0.0"
66706678
json5 "^1.0.1"
66716679

6680+
loader-utils@^2.0.0:
6681+
version "2.0.0"
6682+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.0.tgz#e4cace5b816d425a166b5f097e10cd12b36064b0"
6683+
integrity sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==
6684+
dependencies:
6685+
big.js "^5.2.2"
6686+
emojis-list "^3.0.0"
6687+
json5 "^2.1.2"
6688+
66726689
locate-path@^2.0.0:
66736690
version "2.0.0"
66746691
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)