Skip to content

Commit

Permalink
fix(comms): Add node.es6 option to bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <gordonjsmith@gmail.com>
  • Loading branch information
GordonSmith committed Oct 10, 2019
1 parent 11ac24c commit 5eaac44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/comms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
},
"homepage": "https://github.com/hpcc-systems/Visualization",
"gitHead": "90532e4914f063f90c74dbb392c074f783440017"
}
}
5 changes: 5 additions & 0 deletions packages/comms/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export default [{
sourcemap: true,
globals: globals,
name: pkg.name
}, {
file: pkg.module + ".js",
format: "es",
sourcemap: true,
globals: globals
}],
plugins: plugins
}];

0 comments on commit 5eaac44

Please sign in to comment.