Commit 418b800
committed
Fix
The problem is that two different file names are used, `bundle.js` and `bundle-esm.js`
https://github.com/javascriptdata/danfojs/blob/fe37f10c83265e22a645e9921e0d880b9b75a180/src/danfojs-browser/package.json#L7
https://github.com/javascriptdata/danfojs/blob/a8d14d45bca2a50836a6e2d6ec1a77582c42993a/src/danfojs-browser/webpack.config.js#L15
This is the breaking change
https://github.com/javascriptdata/danfojs/pull/447/fileswebpack.config.js to match package.json1 parent fe37f10 commit 418b800
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments