First of all, thank you for all your contributions to this library.
Current Behavior
Create the lib npx dts-cli create mylib and choose basic template
run npm run start
update index.ts
Expected behavior
dts-cli-lib.cjs.development.js and dts-cli-lib.esm.js should be updated in the dist folder.
However, dts-cli-lib.esm.js is not updated. See the above image for your reference.
First of all, thank you for all your contributions to this library.
Current Behavior
npx dts-cli create mylib
and choosebasic
templatenpm run start
index.ts
Expected behavior
dts-cli-lib.cjs.development.js
anddts-cli-lib.esm.js
should be updated in thedist
folder. However,dts-cli-lib.esm.js
is not updated. See the above image for your reference.Suggested solution(s)
Additional context
Your environment