Daichi

Results 4 comments of Daichi

Hi. If you want to customize the filenames of the outputs, you should look at the [configuration of the loader](https://webpack.js.org/loaders/file-loader/) that loads image files because the "webpack-pwa-manifest" just loads images...

For me, it does not work even when there is no other plugins: ``` > nvim --version NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builduser Features: +acl +iconv...

I searched and found this: https://stackoverflow.com/a/58064481/12946228 Seems that iPad OS 13 calls itself Macintosh.

I got the same error. I looked into the code which caused the error, which is in `node_modules/node-linkedin/lib/auth.js` then at line 32, I see the below code. ```javascript this.authorize =...