Skip to content

Commit

Permalink
fix: umd externals
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Sep 22, 2017
1 parent 5304095 commit f15e3cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ export default {
extensions: ['', '.js', '.jsx', '.json'],
},
externals: {
react: 'react',
mobx: 'mobx',
'mobx-react-form': 'mobx-react-form',
'mobx-react': 'mobx-react',
'react': 'react',
'mobx': 'mobx',
},
module: { loaders },
};

0 comments on commit f15e3cf

Please sign in to comment.