Skip to content

Commit 396ff46

Browse files
Do not double copy Proto files
1 parent 75c6156 commit 396ff46

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import * as path from 'path';
1919
import replace from 'rollup-plugin-replace';
20-
import copy from 'rollup-plugin-copy-assets';
2120
import memoryPkg from './memory/package.json';
2221

2322
const util = require('./rollup.shared');
@@ -32,10 +31,6 @@ export default [
3231
},
3332
plugins: [
3433
...util.es2017Plugins('node'),
35-
// Needed as we also use the *.proto files
36-
copy({
37-
assets: ['./src/protos']
38-
}),
3934
replace({
4035
'process.env.FIRESTORE_PROTO_ROOT': JSON.stringify('src/protos')
4136
})

0 commit comments

Comments
 (0)