feat: add ngcc.config.js to module

pull/4457/head
Arman Ozak 5 years ago
parent aa8cb7fb26
commit 09e1154222

@ -0,0 +1,7 @@
module.exports = {
entryPoints: {
".": {},
"./config": {},
"./dist": { ignore: true },
},
};
Loading…
Cancel
Save