Skip to content

Commit 7d8bfc0

Browse files
committed
Merge pull request #390 from greenimpala/master
use webpack-dev-server from node_modules not global
2 parents 5a91ce4 + a4e15e4 commit 7d8bfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev-examples

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
webpack-dev-server --inline --content-base examples/
2+
node_modules/.bin/webpack-dev-server --inline --content-base examples/

0 commit comments

Comments
 (0)