Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(webpac_config/client): fix process.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Aug 5, 2017
1 parent 78a4b29 commit 3f93d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack_config/client/webpack.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
const webpack = require('webpack')
const config = require('../config')

const {BASE_API, NODE_ENV, GA_ID, SENTRY_PUBLIC_DSN} = process.ENV
const {BASE_API, NODE_ENV, GA_ID, SENTRY_PUBLIC_DSN} = process.env

let definePluginArgs = {
'process.env.NODE_ENV': JSON.stringify(NODE_ENV),
Expand Down

0 comments on commit 3f93d75

Please sign in to comment.