You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project reports an exception when using esbuild: [WARNING] "./worker" should be marked as external for use with "require.resolve" [require-resolve-not-external] This is because the require.resolve in the code makes it unable to be packaged normally, and there will be a problem of missing modules when running the packaged code.
Hope to adapt to esbuild as soon as possible
The text was updated successfully, but these errors were encountered:
My project reports an exception when using esbuild: [WARNING] "./worker" should be marked as external for use with "require.resolve" [require-resolve-not-external] This is because the require.resolve in the code makes it unable to be packaged normally, and there will be a problem of missing modules when running the packaged code.
Hope to adapt to esbuild as soon as possible
The text was updated successfully, but these errors were encountered: