UNPKG

echolocate

Version:

Get an Echo device's physical location and timezone using the Alexa API and Geo-location.

16 lines (14 loc) 302 B
import babelPlugin from 'rollup-plugin-babel'; export default { input: 'src/index.js', output: { file: 'dist/bundle.js', format: 'cjs' }, plugins: [ babelPlugin({ exclude: 'node_modules/**', // only transpile our source code plugins: ['external-helpers'] }) ] };