Updating build directory

This commit is contained in:
David Jay
2016-11-01 15:15:46 -07:00
parent b405394d61
commit 022982aeb8
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = {
'./src/app'
],
output: {
path: path.join(__dirname, '..', '..','dist'),
path: path.join(__dirname, '..', '..','dist', 'coral-embed-stream'),
filename: 'bundle.js',
publicPath: '/dist/'
},