Adjust APP_NAME to be inside utils

APP_NAME should be visible from any component and module, so putting it
in utils makes the most sense.
This commit is contained in:
Joey Payne 2016-03-04 08:57:45 -07:00
commit cc759a2995
4 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,5 @@
var path = require('path');
var webpack = require('webpack');
module.exports = {
entry: './index.jsx',