Ionic 2 dropped Gulp in favor of Rollup for the build process.
But I did not found a build config file for Rollup. I need to configure this files to that I can copy some external scripts so www/build directory.
Ionic 2 dropped Gulp in favor of Rollup for the build process.
But I did not found a build config file for Rollup. I need to configure this files to that I can copy some external scripts so www/build directory.
Recent ionic-app-scripts versions use Webpack by default. See Custom Configuration.