angular-quickstart-lib
angular-quickstart-lib copied to clipboard
why has no rollup.config.js file?
hi, @filipesilva . I am learning how to package angular module by rollup, I have a question that why the repo has no rollup.config.js file?
Take a look into build.js. To easiler find rollup config, you can just do a ctrl+shift F for whole project excluding node_modules folder. Btw, rollup configs doesnt need to be inside a rollup.config.js.