-
Notifications
You must be signed in to change notification settings - Fork 79
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
Build Tool Request: Snowpack #118
Comments
I've never heard of snowpack, but it seems like a solid project! A PR with snowpack support is very welcomed. My advice is to send multiple smaller PRs, or at least share your work along the way if it gets big. we can discuss in this thread. |
Hi @FredKSchott. I've looked into snowpack and it looks really promising, thanks for letting me know about it! I have implemented support for React and some of the features that were easy to move over from webpack. I wanted to share this with you before I merge it into master. You can run it live here, and the code in is in #121 . Next, I'm going to implement svelte, and most of what's in the recipes section in snowpack docs Please let me know if you think there are any other features I should prioritize. |
Alright, I just shipped the first version of snowpack! With React and some other features. |
Ah exciting!!! That's great to see! Will play around a bit today and report back with a PR if I find any changes/fixes. |
Awesome! I wanted to ask your opinion on something. I would assume that most people would want to add Also, I think most users want And then I'm thinking of adding documentation (the question mark icon) describing what's going on. If you have any thoughts on this I'm happy to hear about it :) |
Yes, I think @snowpack/plugin-webpack is a good default, and that also minifies your code so that you don't need to use it with Happy to help write or edit the question mark helper text! |
Good! Then I'll make that a default. I just realized I don't have any general build tool help button, will need to put on the UX hat and think where to put it. Thanks for offering to help with that text, will come back to you when I have a first draft ready :) |
Hi @jakoblind, When selecting snowpack + react + tailwindcss I have notice that the "@snowpack/plugin-build-script" is referenced in the snowpack.config.json file but it is missing from the devDependencies. It took me some time to figure out the error it was spitting. I'm still a beginner in the whole web stack framework world. Your tool is intuitive and has helped me demistify the project configurations. Great Work! |
Hi @Wanaco Thanks for letting me know about this bug, I just fixed it! Happy you like the project :) |
First off, thanks for the great project!
From snowpack.dev:
We've been seeing a ton of adoption in the last year, especially in the "beginner" / "getting started easily" space that this site seems to focus on. Dr. Axel Rauschmayer recently used Snowpack in his "minimal react" tutorial, for example: https://2ality.com/2020/08/minimal-react.html
Is there any interest in adding Snowpack to the site? I'm happy to do the work (or at least explore it, to start) but would want your blessing before moving ahead on a PR.
The text was updated successfully, but these errors were encountered: