Skip to content

Fix webpack.config.js to match package.json #516

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

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

pensono
Copy link
Contributor

@pensono pensono commented Nov 8, 2022

Fixes #514

The problem is that two different file names are used, bundle.js and bundle-esm.js

"module": "lib/bundle-esm.js",
filename: "bundle.js",

This is the breaking change
https://github.com/javascriptdata/danfojs/pull/447/files

@pensono pensono changed the title Fix webpack.config.js to match package.json Fix webpack.config.js to match package.json Nov 8, 2022
@steveoni steveoni merged commit f272a7e into javascriptdata:dev Jan 11, 2023
@ekynoxe ekynoxe mentioned this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

danfojs package not recognized using Vue 3+Vite
2 participants