mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
feat(webpack5): initial project files
This commit is contained in:
@ -115,6 +115,13 @@ module.exports = {
|
||||
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'
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user