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

Commit 157a02d

Browse files
kevinzwhuangjoshwiens
authored andcommitted
docs: Update README with -loader suffix to support Webpack 2
1 parent ce4d6d7 commit 157a02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Usage
44

55
``` javascript
6-
require("script!./file.js");
6+
require("script-loader!./file.js");
77
// => execute file.js once in global context
88
```
99

0 commit comments

Comments
 (0)