UNPKG

localforage-indexes

Version:

plugin for localforage to work with indexes in indexedDb

8 lines (5 loc) 183 B
import config from './rollup.config'; config.format = 'umd'; config.dest = 'dist/localforage-indexes.js'; config.moduleName = 'localforagePluginBoilerplate'; export default config;