build: add ngcc configs per package

pull/4474/head
Arman Ozak 5 years ago
parent 60f25eb03a
commit f94706612c

@ -0,0 +1,7 @@
module.exports = {
entryPoints: {
'.': {},
'./config': {},
'./dist': { ignore: true },
},
};

@ -0,0 +1,7 @@
module.exports = {
entryPoints: {
'.': {},
'./config': {},
'./dist': { ignore: true },
},
};

@ -0,0 +1,7 @@
module.exports = {
entryPoints: {
'.': {},
'./config': {},
'./dist': { ignore: true },
},
};

@ -0,0 +1,7 @@
module.exports = {
entryPoints: {
'.': {},
'./config': {},
'./dist': { ignore: true },
},
};

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