scikit.js
scikit.js copied to clipboard
If I use bundler, the project will fail to build.
I run the scikitjs (version: 1.24.0) in my project. and package it by parcel-bundler (version: 1.12.5). When I start the project I get the following error:
if I import the bundle by script tag (CDN), works fine.
The error location: /node_modules/scikitjs/dist/es5/index.js (line: 20). And, Comment out this line of code and it works fine.
I have same issue in Webpack v4.43.0
Can you share your bundler config? I'm using NextJS and everything working fine
@1093919186 I'm happy to take a look at this if it is still an issue.