File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ const externalsResolver = [
54
54
module . exports = {
55
55
entry : {
56
56
index : "./src/index.ts" ,
57
- abstractions : "./src/abstractions/index.ts" ,
58
57
modifiers : "./src/modifiers/index.ts" ,
59
58
normalizers : "./src/normalizers/index.ts" ,
60
59
stores : "./src/stores/index.ts" ,
Original file line number Diff line number Diff line change @@ -53,11 +53,8 @@ const externalsResolver = [
53
53
54
54
module . exports = {
55
55
entry : {
56
- main : "./src/index.ts" ,
57
- abstractions : "./src/abstractions/index.ts" ,
58
- stores : "./src/stores/index.ts" ,
59
- actions : "./src/actions/index.ts" ,
60
- utils : "./src/utils/index.ts"
56
+ index : "./src/index.ts" ,
57
+ abstractions : "./src/abstractions/index.ts"
61
58
} ,
62
59
output : {
63
60
filename : "./dist/[name].js" ,
Original file line number Diff line number Diff line change @@ -43,11 +43,8 @@ var externalsResolver = [
43
43
] ;
44
44
module . exports = {
45
45
entry : {
46
- main : "./src/index.ts" ,
47
- abstractions : "./src/abstractions/index.ts" ,
48
- stores : "./src/stores/index.ts" ,
49
- actions : "./src/actions/index.ts" ,
50
- utils : "./src/utils/index.ts"
46
+ index : "./src/index.ts" ,
47
+ abstractions : "./src/abstractions/index.ts"
51
48
} ,
52
49
output : {
53
50
filename : "./dist/[name].js" ,
You can’t perform that action at this time.
0 commit comments