Skip to main content
Module

x/phonenumber/rollup.config.mjs

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