ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 1074c25e61234aea6614a1ae9d12c52f9811c08f
parent f7636fb04025450beffdda095cda1a2b4d02199b
Author: Andrew Palm <apalm@ics.uci.edu>
Date:   Fri, 28 Nov 2014 23:47:35 -0800

Fix typo in webpack.js.

Diffstat:
Mconfig/webpack.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/webpack.js b/config/webpack.js @@ -24,7 +24,7 @@ module.exports = function(release) { output: { filename: 'app.js', path: './build/', - publicPatch: './build/' + publicPath: './build/' }, cache: !release,