mirror of https://github.com/abpframework/abp
parent
51c92a141a
commit
57cac07fe6
@ -1,3 +1,4 @@
|
||||
**/*
|
||||
!dist/**/*
|
||||
!abp.resourcemapping.js
|
||||
!abp.resourcemapping.js
|
||||
!ngcc.config.js
|
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
entryPoints: {
|
||||
'.': { ignore: true },
|
||||
'./dist': {},
|
||||
},
|
||||
};
|
Loading…
Reference in new issue