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

Commit c8aad30

Browse files
authored
Fix example setup
Otherwise, on a fresh clone, `npm install` from the example dir gives: ``` ERROR in ./src/messages.json Module build failed: Error: Cannot find module 'loader-utils' ```
1 parent 2093ecb commit c8aad30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Small example for messageformat-loader",
55
"scripts": {
66
"build": "webpack",
7-
"postinstall": "cd .. && npm install --no-save messageformat",
7+
"postinstall": "cd .. && npm install && npm install --no-save messageformat",
88
"prepare": "npm run build"
99
},
1010
"main": "src/index.js",

0 commit comments

Comments
 (0)