mirror of https://github.com/abpframework/abp.git
3 changed files with 11 additions and 4 deletions
@ -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