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

Commit 06a7455

Browse files
authored
feat: cors dev server
1 parent 659769a commit 06a7455

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 --port 3000 --content-base src",
8+
"server": "webpack-dev-server --inline --progress --cors --port 3000 --content-base src",
99
"start": "npm run server"
1010
},
1111
"contributors": [

0 commit comments

Comments
 (0)