Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit c1e7060

Browse files
committed
Add explicit loader-utils dependency to fix error:
./src/index.tsx Module build failed: TypeError: loaderUtils.getOptions is not a function
1 parent 28254c7 commit c1e7060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"fs-extra": "3.0.1",
3636
"html-webpack-plugin": "2.28.0",
3737
"jest": "20.0.3",
38+
"loader-utils": ">=1.0.0",
3839
"object-assign": "4.1.1",
3940
"postcss-flexbugs-fixes": "3.0.0",
4041
"postcss-loader": "2.0.5",

0 commit comments

Comments
 (0)