Skip to content

Commit 9b7cc47

Browse files
author
Ray Schamp
committed
Remove unused environment variable
1 parent 5180a77 commit 9b7cc47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ module.exports = [
129129
},
130130
plugins: base.plugins.concat([
131131
new webpack.DefinePlugin({
132-
'process.env.API_HOST': '"' + process.env.API_HOST + '"',
133132
'process.env.NODE_ENV': '"' + process.env.NODE_ENV + '"',
134133
'process.env.DEBUG': Boolean(process.env.DEBUG),
135134
'process.env.GA_ID': '"' + (process.env.GA_ID || 'UA-000000-01') + '"'

0 commit comments

Comments
 (0)