This repository was archived by the owner on May 1, 2020. It is now read-only.

Description
Short description of the problem:
After upgrading to [email protected], The config (process.env.***) variables are not exported to the project.
process.env.NODE_ENV --> should be 'dev' or 'prod'
console.log(process.env.NODE_ENV) = 'undefined'
Error:
Witout from option PostCSS could generate wrong source map or do not find Browserslist config. Set it to CSS file path or to undefined to prevent this warning
What behavior are you expecting?
Variables exported to project
Which @ionic/app-scripts version are you using?
3.1.7
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)