We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe37f10 + 418b800 commit f272a7eCopy full SHA for f272a7e
1 file changed
src/danfojs-browser/webpack.config.js
@@ -12,7 +12,7 @@ const createConfig = () => {
12
target: "web",
13
output: {
14
path: path.resolve(__dirname, "lib"),
15
- filename: "bundle.js",
+ filename: "bundle-esm.js",
16
library: "dfd"
17
},
18
module: {
0 commit comments