Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
refactor(refactor: return helpers): return helpers
Browse files Browse the repository at this point in the history
BREAKING CHANGE: return helpers
  • Loading branch information
mg901 committed Mar 2, 2019
1 parent 9afe9cd commit 4e38fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const CJS = ENV === 'cjs';

const plugins = [babel(), resolve(), flowEntry()];
const isCoreModules = [ES, CJS].some(Boolean);

const indexOutput = isCoreModules && CJS ? main : module;

export default [
Expand Down

0 comments on commit 4e38fe6

Please sign in to comment.