Skip to content

Commit

Permalink
fix: umd externals libs
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jun 23, 2016
1 parent b6ea6ad commit a1dcd18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ export default {
libraryTarget: 'umd',
library: 'ReactiveForm',
},
externals: {
lodash: 'lodash',
mobx: 'mobx',
ajv: 'ajv',
},
module: {
loaders: [{
test: /\.js$/,
Expand Down

0 comments on commit a1dcd18

Please sign in to comment.