Skip to content

Commit a4e15e4

Browse files
committed
use webpack from node_modules
1 parent 5a91ce4 commit a4e15e4

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)