Max
Max
Any place(s) where I can find some examples? I am very new to sw and would like to see some best practices using this library (which looks very nice!).
Maybe I should look sw-precache instead. Can't find examples :/
@jhyland87 This is a node error. When requiring/importing a local file with node, you must use a relative path. So you need to do `import "./assets...` with a dot (or...
The CSS you are importing is probably importing some resources, maybe using url(). So webpack tries to handle those resources. We plan to extends the default webpack config to be...
Bootstrap should work by default as lots of people might want to do the same. Will probably grab webpack config from CRA as the default.
Indeed, we do not do any magic to resolve a word to its plural version like it was in 0.x (tags => tag, category => categories - we were trying...
We should definitely work on that. Contribution welcome. Maybe I fixed the situation on master branch already for dev server...
rr3 won't be supported in phenomic revamp. A new solution will show up. This problem will have to be handled differently.
Reopening as it's still a good reminder
All improvements are welcome. The more it contains the clearer it will be. So I am ok to add anything you find missing! If you add anything, please also update...