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.
1 parent 5b0621b commit 66a72beCopy full SHA for 66a72be
scripts/build/package.ts
@@ -24,7 +24,7 @@ import * as fs from 'fs-extra'
24
import { betaUrl } from '../../src/dev/config'
25
26
const packageJsonFile = './package.json'
27
-const webpackConfigJsFile = './webpack.config.js'
+const webpackConfigJsFile = './webpack.base.config.js'
28
29
function parseArgs() {
30
// Invoking this script with argument "foo":
0 commit comments