diff --git a/rollup.config.js b/rollup.config.js index f6a04baf..cee3582b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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