Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
8 lines (6 sloc) 127 Bytes
import buble from 'rollup-plugin-buble';
export default {
format: 'iife',
moduleName: 'O',
plugins: [buble()],
};