commit 22338b7a05ed09f068df6e19f6797e0b39882b7a
parent 2598293553319a91531f1bf352b3b2656b2e4fe4
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Wed, 17 Sep 2014 10:58:52 +0400
Rename app.jsx -> App.jsx
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/webpack.config.js b/config/webpack.config.js
@@ -21,7 +21,7 @@ module.exports = function (release) {
cache: !release,
debug: !release,
devtool: false,
- entry: './src/app.jsx',
+ entry: './src/App.jsx',
stats: {
colors: true,
diff --git a/src/app.jsx b/src/App.jsx