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
Thank you for report the issue. I didn't notice the project is not compatible with browser environments. The main issue is svg.js tries to import node.js libraries like path and fs that are not available in a browser environment. To solve this, I need to extract these logic to the binary file or make it conditional in the svg.js. I think this will solve your issue.
Anyway, I'll solve this error in the next patch. I'll notify you when it's ready :)
Unable to build my app. Get this error message:
webpack.config.js
package.json
The text was updated successfully, but these errors were encountered: