feat(webpack5): initial project files

This commit is contained in:
Igor Randjelovic
2020-11-14 12:07:56 +01:00
parent 023be8cbf1
commit 49a47fef2a
19 changed files with 143 additions and 3 deletions

View File

@ -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'
},
},
},