add webpack configs and gulp webpack build tasks

This commit is contained in:
Berkeley Martinez
2015-07-01 15:04:13 -07:00
parent 85cf79f3d4
commit 07fc22f86a
3 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@ module.exports = {
devtool: 'sourcemap',
entry: './client',
output: {
filename: 'fcc.js',
filename: 'bundle.js',
path: path.join(__dirname, '/public/js'),
publicPath: 'public/'
},