UNPKG

spa-history

Version:

A HTML5 history library for single-page application.

17 lines (12 loc) 216 B
import babel from '@rollup/plugin-babel' export default { input: 'src/index.mjs', output: { format: 'esm', file: 'dist/spaHistory.mjs' }, plugins: [ babel() ], external: ['cast-string'] }