Front end of the Slack clone application.

rollup.config.es6.js 147B

1234567
  1. import config from './rollup.config';
  2. config.format = 'es6';
  3. config.dest = 'dist/localforage-cordovasqlitedriver.es6.js';
  4. export default config;