UNPKG

teleman-ssr-cache

Version:
16 lines (12 loc) 212 B
import babel from '@rollup/plugin-babel' export default { input: 'src/index.js', output: { format: 'esm', file: 'dist/teleman-ssr-cache.js', sourcemap: true }, plugins: [ babel() ] }