Skip to content

Commit 8739f80

Browse files
Steven-John Langejanl
authored andcommitted
chore: remove Set/Map polyfill
1 parent 953f3b3 commit 8739f80

File tree

9 files changed

+0
-376
lines changed

9 files changed

+0
-376
lines changed

bin/rollupPlugins.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
var nodeResolve = require('rollup-plugin-node-resolve');
44
var replace = require('rollup-plugin-replace');
5-
var inject = require('rollup-plugin-inject');
65

76
function rollupPlugins(nodeResolveConfig) {
87
return [
@@ -12,13 +11,6 @@ function rollupPlugins(nodeResolveConfig) {
1211
'process.env.COVERAGE': JSON.stringify(!!process.env.COVERAGE),
1312
// test for fetch vs xhr
1413
'process.env.FETCH': JSON.stringify(!!process.env.FETCH)
15-
}),
16-
inject({
17-
exclude: [
18-
'**/pouchdb-collections/src/**'
19-
],
20-
Map: ['pouchdb-collections', 'Map'],
21-
Set: ['pouchdb-collections', 'Set'],
2214
})
2315
];
2416
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"replace": "1.2.1",
9393
"rimraf": "2.7.1",
9494
"rollup": "0.67.4",
95-
"rollup-plugin-inject": "3.0.1",
9695
"rollup-plugin-node-resolve": "4.2.4",
9796
"rollup-plugin-replace": "1.2.1",
9897
"seedrandom": "3.0.5",

packages/node_modules/pouchdb-collections/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

packages/node_modules/pouchdb-collections/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

packages/node_modules/pouchdb-collections/package.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

packages/node_modules/pouchdb-collections/src/Map.js

Lines changed: 0 additions & 47 deletions
This file was deleted.

packages/node_modules/pouchdb-collections/src/Set.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

packages/node_modules/pouchdb-collections/src/index.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)