UNPKG

localforage-indexes

Version:

plugin for localforage to work with indexes in indexedDb

8 lines (6 loc) 144 B
import babel from 'rollup-plugin-babel'; export default { entry: 'lib/localforage-indexes.js', // sourceMap: true, plugins: [babel()] };