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

Commit 7d06627

Browse files
committed
Remove --inline
1 parent 89d60e4 commit 7d06627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {
7-
"start": "webpack-dev-server --content-base examples/ --port 3000 --hot --inline",
7+
"start": "webpack-dev-server --content-base examples/ --port 3000 --hot",
88
"test": "./node_modules/karma/bin/karma start",
99
"dist/example": "webpack --dist"
1010
},

0 commit comments

Comments
 (0)