Closed j23saw closed 3 years ago
Do you have a link to your repo where this issue occurs? Without seeing your code it's difficult to say what's wrong.
But it looks like you are using env
in your run_main_module.js
file and that is undefined.
This issue with env
happens because the plugin is written for Snowpack v2.x API.
I need to make the plugin compatible with v3.x. I'll create a new issue for it.
There are still things that are not working with v3.x.