Skip to content

Commit

Permalink
fix: moved element-prototype to the top of dependency loads
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 7, 2024
1 parent 1af03cb commit bb5f3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ module.exports = {
],
"modules": {
"outputPath": "./modules.js",
"element-prototype": {
"import": "@cocreate/element-prototype"
},
"observer": {
"import": "@cocreate/observer"
},
Expand Down Expand Up @@ -95,9 +98,6 @@ module.exports = {
"crdt": {
"import": "@cocreate/crdt"
},
"element-prototype": {
"import": "@cocreate/element-prototype"
},
"state": {
"import": "@cocreate/state"
},
Expand Down

0 comments on commit bb5f3ca

Please sign in to comment.