From 41b646fead7a5bee165dba40aabaf766aa9f4cbb Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Fri, 18 Jan 2019 12:01:17 +0100 Subject: [PATCH] Add note about Rollup to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e71de..0f57a74 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This is a convenience package that: - bundles the current release of [`leveldown`][leveldown] and [`level-js`][level-js] - leverages encodings using [`encoding-down`][encoding-down]. -Use this package to avoid having to explicitly install `leveldown` and/or `level-js` when you just want to use `levelup`. It uses `leveldown` in Node.js or Electron and `level-js` in browsers (when bundled by [`browserify`](https://github.com/browserify/browserify) or similar). +Use this package to avoid having to explicitly install `leveldown` and/or `level-js` when you just want to use `levelup`. It uses `leveldown` in Node.js or Electron and `level-js` in browsers (when bundled by [`browserify`](https://github.com/browserify/browserify), [`webpack`](https://webpack.js.org/) or similar. Note: [`rollup`](https://rollupjs.org/) fails to properly resolve the [`browser`](package.json) field). ## Usage