Skip to content

Replace ts-loader with esbuild-loader #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rdwz
Copy link
Contributor

@rdwz rdwz commented Jul 20, 2023

resolves #59

builds in 1/3 of the time, but shows 1 warning

WARNING in ./project/src/index.ts 4:0-45
export 'Settings' (reexported as 'Settings') was not found in './settings' (possible exports: default)
webpack 5.72.0 compiled with 1 warning in 1199 ms

@afucher
Copy link
Contributor

afucher commented Aug 13, 2023

With this new configuration it is not generating the typescript definition files
image
Also, will be good to solve all WARNING before merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed up webpack build with esbuild
2 participants