Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
fix(rollup): adhoc fix to link with option-t
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuharuohzeki committed Sep 18, 2016
1 parent c56b0be commit e3ad2cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ module.exports = {
commonjs({
include: 'node_modules/**',
ignoreGlobal: true,
namedExports: {
'node_modules/option-t/src/index.js': ['Some', 'None', 'OptionBase'], // FIXME
},
}),

// https://github.com/rollup/rollup-plugin-babel
Expand Down

0 comments on commit e3ad2cc

Please sign in to comment.