Skip to content

Commit 6311163

Browse files
committed
refactor(database): update build process to include database.ts
All integration tests pass at this point
1 parent a90b8c8 commit 6311163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulp/tasks/build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ function compileIndvES2015ModulesToBrowser() {
134134
'firebase-app': './src/app.ts',
135135
'firebase-storage': './src/storage.ts',
136136
'firebase-messaging': './src/messaging.ts',
137+
'firebase-database': './src/database.ts',
137138
},
138139
output: {
139140
path: path.resolve(__dirname, './dist/browser'),

0 commit comments

Comments
 (0)