dkeele
Results
2
comments of
dkeele
Looks like [the documentation says](https://github.com/playgameservices/play-games-plugin-for-unity#retrieving-server-authentication-codes) to call `RequestServerSideAccess` to get the authCode. Not sure why that string is passed at all. > To get the server side access code: >...
Try adding `autoModules: false` ```js postcss({ modules: { generateScopedName: //whatever }, autoModules: false }) ``` You can read why [here](https://github.com/egoist/rollup-plugin-postcss/issues/296#issuecomment-679009900).