Skip to main content
Module

x/phonenumber/rollup.config.js

Google's libphonenumber pre-compiled with the closure compiler
Go to Latest
File
import commonjs from '@rollup/plugin-commonjs';
export default [ { input: './index.js', output: { file: './build/index-esm.js', format: 'es', interop: 'auto', exports: 'named', }, plugins: [commonjs()], },];