Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Yu committed Jul 14, 2018
1 parent 593f131 commit 3e9d243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion config/development.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"env": "local-development",
"env": "development",
"app": {
"description": "you can overwrite the default config",
"hello": "You are in local development mode"
Expand Down
3 changes: 0 additions & 3 deletions webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ process.env.PACKAGE_VERSION = version;

// Defining config variables
// ================================================================================
// define where the assets build to

console.log('--->', config.get('publicPath'))

export const BUILD_PATH = path.join(__dirname, `docroot${config.get('publicPath')}`)

Expand Down

0 comments on commit 3e9d243

Please sign in to comment.