We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61d90c1 + 93d0fbc commit 412928fCopy full SHA for 412928f
package.json
@@ -60,7 +60,7 @@
60
"validate": "yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
61
"fix": "yarn run format:fix && yarn run lint:fix",
62
"start": "yarn run start:website",
63
- "start:website": "webpack-dev-server --mode development --config webpack.website.ts",
+ "start:website": "webpack serve --mode development --config webpack.website.ts",
64
"preversion": "yarn run validate",
65
"version": "git add -A package.json",
66
"prepare": "husky install"
@@ -137,6 +137,7 @@
137
"url-loader": "4.1.1",
138
"webpack": "5.88.2",
139
"webpack-cli": "5.1.4",
140
+ "webpack-dev-server": "4.15.1",
141
"whatwg-fetch": "3.6.17"
142
},
143
"resolutions": {
0 commit comments