Skip to content

Commit

Permalink
Show rollup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jan 13, 2017
1 parent 4f6a5fb commit 6cbb124
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/color-map.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/color-map.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions rollup.config.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default {
dest: `dist/${paramCase(pkg.name)}.js`,
entry: 'dist/commonjs/index.js',
exports: 'named',
external: [
'lodash'
],
format: 'iife',
moduleId: pkg.name,
moduleName,
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ export * from './createColorsFromMap'
export * from './interfaces'
export * from './rgbHex'
export * from './rgbaString'

import { set } from 'lodash'

export { set }

0 comments on commit 6cbb124

Please sign in to comment.