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 4239c29 + 9c5118a commit 684d9b4Copy full SHA for 684d9b4
1 file changed
packages/admin/package.json
@@ -5,8 +5,8 @@
5
"description": "Smalruby operator admin SPA (served at smalruby.app/admin/)",
6
"license": "AGPL-3.0",
7
"scripts": {
8
- "start": "webpack serve --mode development",
9
- "build": "webpack --mode production",
+ "start": "webpack-cli serve --mode development",
+ "build": "webpack-cli build --mode production",
10
"clean": "rimraf build",
11
"test": "npm run test:lint && npm run test:unit",
12
"test:lint": "eslint",
@@ -45,4 +45,4 @@
45
"\\.(css)$": "<rootDir>/test/style-mock.js"
46
}
47
48
-}
+}
0 commit comments