-
Hello, there! I am trying to use this library and component in a React app for a small extension I'm developing. However, one thing I have noticed, which is currently a blocker for me, is that bundling/compilation time in Webpack jumps from less than one second (averaging 600-1000ms) to more than 5s. My webpack config is quite simple (mainly ts-loader only working for files in src/, and then a couple loaders for CSS/SCSS). Have you experienced this in the past, or do you have any hints or guidelines for using the library with webpack? (Of course, I'm willing to add examples, webpack config or a simple demo project to showcase this, if it helps). Thanks a lot for your effort and work! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Covert project and/or this project to use yarn Plug'n'Play (nodeLinker: pnp)? |
Beta Was this translation helpful? Give feedback.
-
This should be the same issue #140 which has been solved already. We also have some other PRs trying to improve it further. |
Beta Was this translation helpful? Give feedback.
This should be the same issue #140 which has been solved already. We also have some other PRs trying to improve it further.
Let me know if you still experience the same issue.