blob: 5b44df37f9a88dbc79e900df80cda5b38fbdb815 [file]
#!/usr/bin/env bash
#
# Build PouchDB with Webpack instead of Browserify, and test that.
# We have this test because there are enough differences between
# Webpack and Browserify to justify it.
#
npm run build
./node_modules/.bin/webpack \
--output-library PouchDB --output-library-target umd \
. pouchdb-webpack.js
POUCHDB_SRC='../../pouchdb-webpack.js' npm test