Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove reference in NPS config to old Webpack package, and add reference to Webpack 5 unit tests. #10526

Merged
merged 2 commits into from May 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 4 additions & 11 deletions tools/workspace-scripts.js
Expand Up @@ -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'
},
},
},
"⚡": {
Expand Down