Skip to content

Conversation

nstfkc
Copy link
Contributor

@nstfkc nstfkc commented May 30, 2019

I have added development build for es format and it fixed the bug #114

createRollupConfig('cjs', 'development', { ...opts, input }),
opts.format.includes('cjs') &&
createRollupConfig('cjs', 'production', { ...opts, input }),
opts.format.includes('es') &&
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would need an entry point like index.es.js just like index.js

@jaredpalmer jaredpalmer mentioned this pull request May 31, 2019
@jaredpalmer
Copy link
Owner

Closing in favor of #128

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants