filipesilva / angular-quickstart-lib

MIT License
305 stars 75 forks source link

why has no rollup.config.js file? #71

Open dyh333 opened 6 years ago

dyh333 commented 6 years ago

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?

ttma1046 commented 6 years ago

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.