We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de5425 commit da6aa49Copy full SHA for da6aa49
packages/firestore/rollup.shared.js
@@ -44,7 +44,6 @@ const pkg = require('./package.json');
44
// The in-memory builds are roughly 130 KB smaller, but throw an exception
45
// for calls to `enablePersistence()` or `clearPersistence()`.
46
//
47
-// TODO(dlarocque): Update this pipeline, since we no longer need to target ES5.
48
// We use two different rollup pipelines to take advantage of tree shaking,
49
// as Rollup does not support tree shaking for TypeScript classes transpiled
50
// down to ES5 (see https://bit.ly/340P23U). The build pipeline in this file
0 commit comments