-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
babel-standalone #98
Labels
enhancement
New feature or request
Comments
Won't this include our JS by a lot though? |
it's possible yes, but the resulting JS size will be better |
I don't know, it depends how big it'll be. We already have too much JS. So it's your call. |
maybe I wasn't clear, the bs-customizer JS will be bigger yep, but the custom Bootstrap JS produced by bs-customizer will be lighter |
Yeah, I know, that's what I'm talking about. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we just concat
js/dist
files from Bootstrap, but it increase the resulting file size.We should use
babel-standalone
: https://babeljs.io/docs/en/next/babel-standalone.html/CC @XhmikosR
The text was updated successfully, but these errors were encountered: