Skip to content

Commit b8d5b55

Browse files
Missing imports
1 parent 1b4524a commit b8d5b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/firestore/rollup.config.node.memory.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*/
1717

1818
import * as path from 'path';
19+
import replace from 'rollup-plugin-replace';
20+
import copy from 'rollup-plugin-copy-assets';
1921
import memoryPkg from './memory/package.json';
2022

2123
const util = require('./rollup.shared');

0 commit comments

Comments
 (0)