Skip to content

Commit b10a880

Browse files
committed
Downgrade file-loader (fixes #13)
1 parent 8c1f075 commit b10a880

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"css-loader": "^0.28.1",
1414
"extract-text-webpack-plugin": "^2.1.2",
1515
"favicons-webpack-plugin": "https://github.com/jdb8/favicons-webpack-plugin",
16-
"file-loader": "^1.0.0",
16+
"file-loader": "^0.11.2",
1717
"html-webpack-inline-source-plugin": "0.0.9",
1818
"html-webpack-plugin": "^2.24.1",
1919
"html-webpack-uncss-plugin": "^1.0.2",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1228,9 +1228,9 @@ fd-slicer@~1.0.1:
12281228
dependencies:
12291229
pend "~1.2.0"
12301230

1231-
file-loader@1.0.0:
1232-
version "1.0.0"
1233-
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.0.0.tgz#08accf9631a0875e4ab7f209fc4db338604b3190"
1231+
file-loader@^0.11.2:
1232+
version "0.11.2"
1233+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-0.11.2.tgz#4ff1df28af38719a6098093b88c82c71d1794a34"
12341234
dependencies:
12351235
loader-utils "^1.0.2"
12361236

0 commit comments

Comments
 (0)