Skip to content

Commit f272a7e

Browse files
authored
Merge pull request #516 from pensono/dev
Fix `webpack.config.js` to match `package.json`
2 parents fe37f10 + 418b800 commit f272a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/danfojs-browser/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const createConfig = () => {
1212
target: "web",
1313
output: {
1414
path: path.resolve(__dirname, "lib"),
15-
filename: "bundle.js",
15+
filename: "bundle-esm.js",
1616
library: "dfd"
1717
},
1818
module: {

0 commit comments

Comments
 (0)