We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UMD
--umd moduleName
CommonJS
--cjs
In these two ways you always don't want to generate an html file along them, use --disable-html to do that.
html
--disable-html
We are using babel-plugin-add-module-exports, so instead of writing this:
babel-plugin-add-module-exports
const foo = require('you-library').default
You simply write:
const foo = require('you-library')
There was an error while loading. Please reload this page.