PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
libphonenumber-js
import json from 'rollup-plugin-json' import { terser } from 'rollup-plugin-terser' export default [ { input: 'min/index.js', plugins: [ json(), terser() ], output: { format: 'umd', name: 'libphonenumber', file: 'bundle/libphonenumber-min.js', sourcemap: true } }, { input: 'mobile/index.js', plugins: [ json(), terser() ], output: { format: 'umd', name: 'libphonenumber', file: 'bundle/libphonenumber-mobile.js', sourcemap: true } }, { input: 'max/index.js', plugins: [ json(), terser() ], output: { format: 'umd', name: 'libphonenumber', file: 'bundle/libphonenumber-max.js', sourcemap: true } }, { input: 'index.es6', plugins: [ json(), terser() ], output: { format: 'umd', name: 'libphonenumber', file: 'bundle/libphonenumber-js.min.js', sourcemap: true } } ]
[-] AUTHORS
[edit]
[-] custom.d.ts
[edit]
[-] METADATA.md
[edit]
[+]
max
[-] metadata.min.json
[edit]
[+]
..
[-] examples.mobile.json
[edit]
[-] index.cjs.js
[edit]
[-] index.d.ts
[edit]
[-] .gitlab-ci.yml
[edit]
[-] LICENSE.Apache
[edit]
[-] metadata.min.json.js
[edit]
[+]
core
[-] package.json
[edit]
[+]
bundle
[+]
runnable
[+]
index.es6.exports
[-] autoupdate.cmd
[edit]
[-] examples.mobile.json.js
[edit]
[-] metadata.full.json
[edit]
[-] metadata.max.json
[edit]
[+]
es6
[-] rollup.config.mjs
[edit]
[-] metadata.min.json.d.ts
[edit]
[-] metadata.max.json.d.ts
[edit]
[-] metadata.max.json.js
[edit]
[-] index.js
[edit]
[+]
build
[-] types.d.ts
[edit]
[-] .babelrc
[edit]
[+]
source
[-] .nycrc
[edit]
[-] custom.js
[edit]
[-] index.es6.js
[edit]
[-] autoupdate.sh
[edit]
[-] metadata.mobile.json.d.ts
[edit]
[-] metadata.full.json.js
[edit]
[-] metadata.full.json.d.ts
[edit]
[-] metadata.mobile.json
[edit]
[+]
min
[+]
mobile
[-] README.md
[edit]
[-] metadata.mobile.json.js
[edit]
[-] index.cjs
[edit]
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]
[-] examples.mobile.json.d.ts
[edit]