Replies: 1 comment
-
In a similar sense there are files that use imports like so for native files which I would love to see resolved at build time. This would allow tsup to then ship the return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node'); |
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
-
esbuild can only bundle
import/require
, so it doesn't work forupdate-notifier
package which includes code like this:check.js
is not copied to out dir, tsup could introduce a--trace-files
flag to support this 🧐Beta Was this translation helpful? Give feedback.
All reactions