Skip to content

Commit

Permalink
Move react and react-relay to vendor modules
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Jan 30, 2017
1 parent 85d9e4f commit 76fa30c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions webpack.config.js
Expand Up @@ -23,8 +23,8 @@ var providePlugin = new webpack.ProvidePlugin({
'_': 'underscore',
jQuery: 'jquery',
'window.jQuery': 'jquery',
"Tether": 'tether',
"window.Tether": 'tether'
'Tether': 'tether',
'window.Tether': 'tether'
});

var config = {
Expand All @@ -36,7 +36,9 @@ var config = {
'babel-es6-polyfill',
'bootstrap',
'jquery',
'jquery.cookie'
'jquery.cookie',
'react',
'react-relay'
]
},
output: {
Expand Down

0 comments on commit 76fa30c

Please sign in to comment.