JonnyVaine

Results 2 issues of JonnyVaine

I have an experiemental decorator in my code, and it's breaking my esbuild. I've added this plugin as mentioned: ![image](https://user-images.githubusercontent.com/22519838/170464678-196999f7-65ca-4681-88e3-dbaf0a03ef57.png) but I get the following error: ``` let entryPoints =...

I'm getting the following warning in my webpack build since updating postcss to v8: "postcss-cachebuster: postcss.plugin was deprecated. Migration guide: https://evilmartians.com/chronicles/postcss-8-plugin-migration" Appreciate not everyone will be on version 8, but...