-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with library usage and Webpack #132
Comments
Same problem here! |
try |
It seems that although this issue was fixed, NPM did not pick up the update. Maybe because the previous and current version in package.json were both 0.12.4 (unchanged)? The package downloaded from NPM still does not have the
|
@jorge-menjivar true, I didn't create a new release until yesterday... but now with 0.12.6 it should work. |
There seems to be a problem with the dependency chain when using as a library with Webpack.
From a fresh install with
yarn add latex.js
, I get version^0.12.4
, but during build I see:ModuleNotFoundError: Module not found: Error: Can't resolve './documentclasses' in '{elided}/node_modules/latex.js/dist'
It's possible there's a problem with my Webpack configuration, but I also noticed that the
documentclasses
folder is missing fromlatex.js/dist
:The text was updated successfully, but these errors were encountered: