Adam Lane
Adam Lane
I just updated a sample app dependencies and getting this error in code that seems out of my control. Seems like the temporary workaround is to put this in your...
I just learned about this when I added a .babelrc file to my next.js project as documented and saw this in my console ``` - info Disabled SWC as replacement...
@quintesse have you found a way to stop transport modules getting removed at build time? I have not been able to work around this and trying to figure out what...
@strelec FYI There is a brotli version of this I just found while searching: ~https://github.com/enalmada/sbt-web-brotli (credit to Konstantin Nikiforov)~ https://github.com/dwickern/sbt-web-brotli. It would be nice if sbt-gzip did brotli and gzip...
@kmills006 These changes seem like they would really benefit the community and set the stage for more people to be able to contribute in the right direction. Given that the...
@ChristianIvicevic Could you opensource or gist your custom wrapper?
Hi @dwhjames, I have datomisca-play-plugin working for play 2.4.6 here: https://github.com/Enalmada/play-datomisca (You currently have to compile it directly under datomisca-play-plugin dir but someone with more subproject experience than I should...
I appreciate the sanity check. I was only getting error when building and am pretty sure I am using it as intended: ``` if (!dev) { config.plugins.push(new TargetsPlugin({ browsers: ["last...
I am getting this on a [sample project](https://github.com/Enalmada/next-reason-boilerplate) that is loading some plugins but not sure how to restructure how they are being loaded. It might just be the way...
Here is the config for the sample project I am building as a test environment for everything I need in a production setup: https://github.com/Enalmada/next-reason-boilerplate/blob/master/next.config.js#L73-L85 If you have any ideas of...