Skip to content

Commit 66a72be

Browse files
committed
fix: "npm run package -- --debug" does not disable minification
1 parent 5b0621b commit 66a72be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import * as fs from 'fs-extra'
2424
import { betaUrl } from '../../src/dev/config'
2525

2626
const packageJsonFile = './package.json'
27-
const webpackConfigJsFile = './webpack.config.js'
27+
const webpackConfigJsFile = './webpack.base.config.js'
2828

2929
function parseArgs() {
3030
// Invoking this script with argument "foo":

0 commit comments

Comments
 (0)