Skip to content

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

Merged
steveoni merged 1 commit into
javascriptdata:devfrom
pensono:dev
Jan 11, 2023
Merged

Fix webpack.config.js to match package.json#516
steveoni merged 1 commit into
javascriptdata:devfrom
pensono:dev

Conversation

@pensono

@pensono pensono commented Nov 8, 2022

Copy link
Copy Markdown
Contributor

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 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

2 participants