Skip to content

Commit

Permalink
Specify external deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn committed Jan 14, 2017
1 parent 4af536c commit 27eeec8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ const config = {
entry: 'lib/index.js',
moduleName: 'VuexClass',
plugins: [],
external: [
'vue',
'vuex',
'vue-class-component'
],
globals: {
vue: 'Vue',
vuex: 'Vuex',
'vue-class-component': 'VueClassComponent'
},
banner: `/*!
* ${meta.name} v${meta.version}
* ${meta.homepage}
Expand Down

0 comments on commit 27eeec8

Please sign in to comment.