Hi,
I submitted this bug report for @ionic/app-scripts: https://github.com/ionic-team/ionic-app-scripts/issues/1026
When I try to build my Ionic2 app with my custom package.json:
“config”: {
“ionic_copy”: “./config/copy.config.js”,
“ionic_sass”: “./config/sass.config.js”,
“ionic_webpack”: “./config/webpack.config.js”
},
is not taken into account
Is it something I’m doing wrong?