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:
parent
e53cbd0fc6
commit
cc759a2995
4 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
var path = require('path');
|
||||
var webpack = require('webpack');
|
||||
|
||||
module.exports = {
|
||||
entry: './index.jsx',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue