blob: 582928225731123434183d1af58cf61f336a0ade [file] [log] [blame]
'use strict';
// When building with Rollup, there are some core CommonJS deps
// that we always want to ignore. This list should be updated when
// we add new deps to the sub-modules' package.json.
module.exports = [
// main deps
'argsarray', 'debug', 'double-ended-queue', 'es3ify', 'es6-promise-pool',
'fruitdown', 'inherits', 'js-extend', 'level-write-stream', 'levelup', 'lie',
'localstorage-down', 'memdown',
'request', 'scope-eval', 'spark-md5', 'through2',
'vuvuzela', 'leveldown', 'websql', 'vm',
// core node deps
'fs', 'crypto', 'events', 'path',
// sublevel-pouchdb
'level-codec', 'ltgt', 'pull-stream', 'readable-stream',
// pouchdb itself ( for the levelalt adapters )
'pouchdb'
];