Skip to content

Commit 7a63835

Browse files
committed
fix: added webpack and rollup to repositories
1 parent ef53407 commit 7a63835

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CoCreate.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ module.exports = {
632632
"path": "../CoCreate-plugins/CoCreate-prism",
633633
"repo": "github.com/CoCreate-app/CoCreate-prism.git"
634634
},
635+
{
636+
"path": "../CoCreate-plugins/CoCreate-rollup",
637+
"repo": "github.com/CoCreate-app/CoCreate-rollup.git"
638+
},
635639
{
636640
"path": "../CoCreate-plugins/CoCreate-sendgrid",
637641
"repo": "github.com/CoCreate-app/CoCreate-sendgrid.git"
@@ -655,6 +659,10 @@ module.exports = {
655659
{
656660
"path": "../CoCreate-plugins/CoCreate-twitter",
657661
"repo": "github.com/CoCreate-app/CoCreate-twitter.git"
662+
},
663+
{
664+
"path": "../CoCreate-plugins/CoCreate-webpack",
665+
"repo": "github.com/CoCreate-app/CoCreate-webpack.git"
658666
}
659667
]
660668
};

0 commit comments

Comments
 (0)