Skip to content

Commit a91bb7d

Browse files
authored
chore: remove obsolte webpack(4) scripts and add webpack5 test script (#10526)
1 parent 632a348 commit a91bb7d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

tools/workspace-scripts.js

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,23 +119,16 @@ module.exports = {
119119
description: '@nativescript/ui-mobile-base: Build for npm'
120120
},
121121
},
122-
// @nativescript/webpack
123-
webpack: {
124-
build: {
125-
script: 'nx run webpack:build',
126-
description: '@nativescript/webpack: Build for npm'
127-
},
128-
test: {
129-
script: 'nx run webpack:test',
130-
description: '@nativescript/webpack: Unit tests'
131-
},
132-
},
133122
// @nativescript/webpack (5)
134123
webpack5: {
135124
build: {
136125
script: 'nx run webpack5:build',
137126
description: '@nativescript/webpack(5): Build for npm'
138127
},
128+
test: {
129+
script: 'nx run webpack5:test',
130+
description: '@nativescript/webpack(5): Unit tests'
131+
},
139132
},
140133
},
141134
"⚡": {

0 commit comments

Comments
 (0)