Skip to content

Commit a3a3852

Browse files
committed
build: add size checks
1 parent 2e9a599 commit a3a3852

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,13 @@
7474
},
7575
"size-limit": [
7676
{
77-
"path": "size-checks/basic.js"
77+
"path": "size-checks/vuefire-firestore.js"
78+
},
79+
{
80+
"path": "size-checks/vuefire-rtdb.js"
81+
},
82+
{
83+
"path": "size-checks/vuefire-full.js"
7884
}
7985
],
8086
"peerDependencies": {

size-checks/vuefire-firestore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { firestoreBind, firestoreUnbind } from '../dist/vuefire.esm-bundler'

size-checks/vuefire-rtdb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { rtdbBind, rtdbUnbind } from '../dist/vuefire.esm-bundler'

0 commit comments

Comments
 (0)