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 8f8c210 commit efb1926Copy full SHA for efb1926
gulp/utils/localpack-code/cli/main.js
@@ -2,7 +2,7 @@
2
3
const { exit } = require('process')
4
5
-const { localpack } = require('../main')
+const localpack = require('../main')
6
7
const { defineCli } = require('./top')
8
const { parseConfig } = require('./parse')
0 commit comments