mirror of https://github.com/abpframework/abp
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…
Reference in new issue