Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 12b167d

Browse files
cultofmetatronPatrickJS
authored andcommitted
removed --cors from package.json (#147)
The "--cors" option is not recognized by webpack and consequently broke `npm start`.
1 parent 06a7455 commit 12b167d

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
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "webpack --progress",
77
"watch": "npm run build -- --watch",
8-
"server": "webpack-dev-server --inline --progress --cors --port 3000 --content-base src",
8+
"server": "webpack-dev-server --inline --progress --port 3000 --content-base src",
99
"start": "npm run server"
1010
},
1111
"contributors": [

0 commit comments

Comments
 (0)