fix(templates/npm): use tsbuild tsfolders instead of --web flag in npm template build script
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-01 - 2.13.6 - fix(templates/npm)
|
||||
use tsbuild tsfolders instead of --web flag in npm template build script
|
||||
|
||||
- Changed build script in assets/templates/npm/.package.json from "(tsbuild --web --allowimplicitany)" to "(tsbuild tsfolders --allowimplicitany)"
|
||||
- Replaces --web flag with explicit tsfolders argument to correctly target project folders during build
|
||||
|
||||
## 2026-02-01 - 2.13.5 - fix(templates/npm)
|
||||
update npm template: tweak test script, bump devDependencies, add smartpath dependency, and fix ts import path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user