pagarme / superbowleto

:football: A microservice to issue, register and manage boletos
MIT License
5 stars 0 forks source link

WebpackDefine plugin is overriding process.env variables #180

Closed grvcoelho closed 7 years ago

grvcoelho commented 7 years ago

Description

The way WebpackDefine plugin works, is overriding any process.env variables in Runtime.

    new Webpack.DefinePlugin({
      'process.env':  {
        'ENV': JSON.stringify('production'),
        'NODE_ENV': JSON.stringify('production'),
      }
grvcoelho commented 7 years ago

closed by #181