Skip to content

Commit 0ccfec9

Browse files
authored
Merge dc115a2 into a377fb2
2 parents a377fb2 + dc115a2 commit 0ccfec9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firebase/rollup.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const typescriptPlugin = rollupTypescriptPlugin({
3636

3737
const typescriptPluginCDN = rollupTypescriptPlugin({
3838
typescript,
39+
allowJs: true,
40+
include: ['*.ts', '**/*.ts', '*.js', '**/*.js'],
3941
tsconfigOverride: {
4042
compilerOptions: {
4143
declaration: false

0 commit comments

Comments
 (0)