Skip to content

Commit

Permalink
feat: improve design and ux
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyschudel committed Mar 9, 2019
1 parent 792206f commit dcb6041
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 283 deletions.
4 changes: 3 additions & 1 deletion build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ const argv = minimist(process.argv.slice(2));

const config = {
input: 'src/entry.js',
external: ['lodash', 'd3'],
external: ['vue', 'lodash', 'd3', 'vue-drag-drop'],
output: {
name: 'VueColormind',
exports: 'named',
globals: {
vue: 'Vue',
lodash: '_',
d3: 'd3',
'vue-drag-drop': 'VueDragDrop',
'@hotpink/vue-mono-ui': 'VueMonoUi',
},
},
Expand Down
Loading

0 comments on commit dcb6041

Please sign in to comment.