angular-quickstart-lib icon indicating copy to clipboard operation
angular-quickstart-lib copied to clipboard

why has no rollup.config.js file?

Open dyh333 opened this issue 7 years ago • 1 comments

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?

dyh333 avatar Jan 26 '18 02:01 dyh333

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.

ttma1046 avatar Jan 26 '18 08:01 ttma1046