-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
This would just make the exported output just that much more frictionless for those who use an ES6 module setup for our projects and combine everything up using a bundler, like rollup.
This proposal is for a new export flag that uses the ES6 module export syntax. It could look like this:
Normal version
export default dialog;
Function wrapper version
export default (function () {....
Metadata
Metadata
Assignees
Labels
No labels