You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"dev": "concurrently \"webpack --mode development --config ./webpack/webpack.dev.ts\"\"webpack --mode development --config ./webpack/webpack.inject.dev.ts\"",
11
12
"build": "webpack --mode production --config ./webpack/webpack.prod.ts && concurrently \"npm run build:linter\"\"npm run build:inject && npm run build:no-split\"",
12
13
"build:linter": "webpack --mode production --config ./webpack/webpack.linter.ts",
0 commit comments