Replies: 1 comment
-
|
The babel config is exposed and we have an issue also showing how to provide your own JS loader. Our website use swc for example, just copy our setup. V3 provides a build --dev flag but it's not particularly supposed to make it faster. |
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.
-
Is there any flag that can be used to create a non-optimized (and hopefully faster) build? I see that the Babel config is not exposed, and although passing
--no-minifyhelps a bit, it's still creating an optimized build.Any idea how to do this?
Beta Was this translation helpful? Give feedback.
All reactions