ff-stream-web

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

commit 400af7bb30d0442f696e345322c12c0e00ae0dee
parent 7d732e4abc68a38cc7b2bc9579499a600a92292e
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Wed, 11 Jun 2014 13:23:15 +0400

Clean up webpack config

Diffstat:
Mconfig/webpack.config.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/config/webpack.config.js b/config/webpack.config.js @@ -8,15 +8,13 @@ module.exports = function (isDebug) { output: { publicPatch: './build/', path: './build/', - filename: 'app.js', - hideModules: true + filename: 'app.js' }, cache: isDebug, debug: isDebug, devtool: false, entry: './src/app.jsx', - qiuet: true, stats: { colors: true,