-
I've been looking into getting hot reload to work on docker for windows. I've found out that I need to get webpack to poll files due to the filesystem used in docker for windows mounted volumes, I nee…
-
Can I use react-pwa with [react-apollo](https://github.com/apollographql/react-apollo) and [apollo-server](https://github.com/apollographql/apollo-server)?
-
I'm talking about the images in this page:
https://github.com/Atyantik/reactpwa.com/blob/master/docs/features-ssr.md
Shouldn't there be two different images, since these are two different concepts…
-
https://www.reactpwa.com/docs/en/plugin-image-optimization.html
实例错了:
原:import ImageOptimizer from "@pawjs/image-optmizer/webpack";
正确的:import ImageOptimizer from "@pawjs/image-optimizer/webpack"…
-
-
Looking at your examples for plugins:
https://www.reactpwa.com/docs/en/plugin-redux.html
I'm a little surprised by the use of `npm i --save-dev` instead of `npm i --save`. It seems like these wou…
-
Describe about adding new route /contact-us
-
Please explain configuring PWA
-
https://github.com/mzgoddard/hard-source-webpack-plugin
We will try to use this plugin to make consecutive builds faster.
-
https://www.reactpwa.com/docs/en/configuration.html#configuration-options
Examples for `host` and `port` are inverted