From a91bb7dc18428052a2cefc3fc23ab03164b40016 Mon Sep 17 00:00:00 2001 From: apburgess <3983065+apburgess@users.noreply.github.com> Date: Wed, 1 May 2024 13:27:27 +0100 Subject: [PATCH] chore: remove obsolte webpack(4) scripts and add webpack5 test script (#10526) --- tools/workspace-scripts.js | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/tools/workspace-scripts.js b/tools/workspace-scripts.js index 10f126407..e26641db1 100644 --- a/tools/workspace-scripts.js +++ b/tools/workspace-scripts.js @@ -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' + }, }, }, "⚡": {