Skip to content

Commit

Permalink
fix: "npm run package -- --debug" does not disable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk3 committed Sep 19, 2023
1 parent 5b0621b commit 66a72be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import * as fs from 'fs-extra'
import { betaUrl } from '../../src/dev/config'

const packageJsonFile = './package.json'
const webpackConfigJsFile = './webpack.config.js'
const webpackConfigJsFile = './webpack.base.config.js'

function parseArgs() {
// Invoking this script with argument "foo":
Expand Down

0 comments on commit 66a72be

Please sign in to comment.