-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
Feature: Webpack PWA add-on/scaffold #137
Comments
@ev1stensberg Is this already started? |
@TheLarkInn Going to SF right now, will continue on this tomorrow. Edit: That being said, I've got the |
Leaving this for grabs within 30 days, or I'll make one myself. |
This issue had no activity for at least half a year. It's subject to automatic issue closing if there is no activity in the next 15 days. |
Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information. |
This is still up for grabs and on the agenda |
Makes sense to add the static default and users to change them whatever they need to. Probably give an option to choose between advanced and simple configuration
I think workbox is mature enough to use it here. WDYT? |
@ev1stensberg Hey, I am a newcomer here. I would like to work on this issue. Can you guide me how to approach? |
@Symphoria You can have a look at how to create an addon over here I have started something on this over here |
@Symphoria @sendilkumarn Hey guys! :) I'm also looking to work on this. Maybe we all can do something in collaboration. |
Well that sounds great and my idea is this. Lets have workbox plugin to take care of sw. and use copywebpackplugin for manifest and favicon. |
@sendilkumarn create a collab team and get them in a slack / gitter 👍 (This way you can all work on it, while we collectively win, you also save yourselves time) |
@ev1stensberg How do I test the addon? On running the command |
Right, so it should work, but it's not officially published yet. I've got a alpha version registered on npm, but that is different from @sendilkumarn 's. Are you running |
@ev1stensberg Yes, I am running |
Have you linked the project? |
@sendilkumarn any update on the PWA you're making? |
Not at the moment, still few pending things to complete. But I think we can close this Issue and redirect users to that addon would be a better option. Also, the name is pending 😉 |
@sendilkumarn @dhruvdutt is work is still in progress here ? |
@rishabh3112 Yeah sure we can do this 👍 |
Lets close this 👍 |
As part of #101, we'd like to create a minimal, but useful, Webpack add-on for those getting started with Progressive Web Apps. This would build on the work that was done for the default
--init
starting point in #119.Validation: It should be possible to take a simple app, even something like a rando TodoMVC implementation, run it with webpack-cli and this add-on and be able to generate an offline-first PWA that an get a decent score on Lighthouse.
I've also filed webpack/webpack.js.org#1145 for us to think about guidance around this topic for the official Webpack docs.
The text was updated successfully, but these errors were encountered: