Skip to content

Commit

Permalink
Running build through babel
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jun 13, 2015
1 parent 12dd89e commit 9d600c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions webpack.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,14 @@ module.exports = {
externals: {
'react': 'React'
},
module: {
loaders: [
{
test: /\.js$/,
exclude: /node_modules/,
loader: path.resolve(process.env.RACKT_PATH, 'node_modules/babel-loader')
}
]
},
plugins: plugins
};

0 comments on commit 9d600c7

Please sign in to comment.