You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Trying to import a node_module that uses exports throws exports not defined in browser console. I thought commonjs should be taking care of this but not sure. The same seems to work out of the box with svelte-webpack
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am not sure if I am missing something obvious but I couldn't figure out how to fix this.
Reproducible
yarn add grid stack
App.svelte
yarn dev
Trying to import a node_module that uses
exports
throws exports not defined in browser console. I thought commonjs should be taking care of this but not sure. The same seems to work out of the box with svelte-webpackThe text was updated successfully, but these errors were encountered: