chore: remove obsolte webpack(4) scripts and add webpack5 test script (#10526)

This commit is contained in:
apburgess
2024-05-01 13:27:27 +01:00
committed by GitHub
parent 632a348e9a
commit a91bb7dc18

View File

@ -119,23 +119,16 @@ module.exports = {
description: '@nativescript/ui-mobile-base: Build for npm'
},
},
// @nativescript/webpack
webpack: {
build: {
script: 'nx run webpack:build',
description: '@nativescript/webpack: Build for npm'
},
test: {
script: 'nx run webpack:test',
description: '@nativescript/webpack: Unit tests'
},
},
// @nativescript/webpack (5)
webpack5: {
build: {
script: 'nx run webpack5:build',
description: '@nativescript/webpack(5): Build for npm'
},
test: {
script: 'nx run webpack5:test',
description: '@nativescript/webpack(5): Unit tests'
},
},
},
"⚡": {