Gregg B
Results
2
issues of
Gregg B
After upgrading `4.0.0` to `4.1.1` running a build throws the following error ``` [1] [1] Error: Cannot find module 'html-webpack-plugin' [1] Require stack: [1] - node_modules/webpack-pwa-manifest/dist/generators/tapable.js [1] - node_modules/webpack-pwa-manifest/dist/index.js [1]...
In `v0.4.5` the following code would load without error: ``` const { data: { subData, moreSubData }, // we want these keys specifically loading, } = useQuery(someQuery); ``` In `v0.5.0`...