deno.land / x / phonenumber@v3.4.0 / rollup.config.js

rollup.config.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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()], },];
phonenumber

Version Info

Tagged at
a year ago