UNPKG

mobx-location

Version:

minimal observable wrapper around browser location utilizing popstate event of HTML5 history api

11 lines (9 loc) 244 B
import babel from 'rollup-plugin-babel' export default { input: 'src/mobx-location.js', plugins: [babel()], output: [ { file: 'dist/mobx-location.cjs.js', format: 'cjs' }, { file: 'dist/mobx-location.es.js', format: 'es' } ] }