add react build script

This commit is contained in:
Berkeley Martinez
2015-07-25 09:02:56 -07:00
parent 38cb4b2873
commit 4bacd87943
3 changed files with 16 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
var path = require('path');
module.exports = {
devtool: 'inline-source-map',
entry: './client',
output: {
filename: 'bundle.js',