Skip to content

Commit 0209da6

Browse files
committed
update configuration
1 parent 6b78eb3 commit 0209da6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.conf/strings.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
ANY: "any",
99
API: "api",
1010
BUILD: "build",
11-
BUILDWP: "webpack_build",
1211
BUILDRO: "rollup_build",
1312
CALL_NPM: "call_npm",
1413
CLEAN: "clean",
@@ -33,6 +32,5 @@ module.exports = {
3332
TASKS: "tasks",
3433
TEMPLATE: "template",
3534
TEST: "test",
36-
TMP: "tmp",
37-
WEBPACK: "webpack"
35+
TMP: "tmp"
3836
}

0 commit comments

Comments
 (0)