mirror of https://github.com/abpframework/abp
Merge pull request #5117 from abpframework/fix/5005
Fixed the ngcc compiling error of the @abp/utils packagepull/5121/head
commit
b90b0beba8
@ -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