-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat: add the option to use esbuild #94
Comments
@ParamagicDev I like the concept…I'm not sure |
Starting to get excited about Snowpack/Skypack possibilities. Thinking this would be good to prioritize in Q1 2021. Also another opt idea: |
Given that we have the As a developer, I won't have to go through the docs and understsand which options are available to me beforehand. I could just run I have no idea about the amount of work required for an interactive |
I have a bit of experience now using esbuild, and with the recent update in Rails 7 to support esbuild specifically, I think it makes sense to focus on that for the time being. |
Update by @jaredcwhite: focusing on
esbuild
initially, see below…Add a flag to use Snowpack and possibly other bundlers instead of webpack.
bridgetown new <dir> --bundler=snowpack
I'm thinking something like the syntax above.
Thoughts?
The text was updated successfully, but these errors were encountered: