generatePackageJson with esbuild and the new TypeScript project setup #29949
rendmath
started this conversation in
Feature Requests
Replies: 1 comment
-
Any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the esbuild plugin with the new TypeScript project layout, it is impossible to use
generatePackageJson: true
.The esbuild plugin returns this error:
The
package.json
file is also not copied as an asset to the output folder either, contrary to what the source code of the plugin suggests (this could be a bug).Beta Was this translation helpful? Give feedback.
All reactions