安装 rollup
$ yarn add -D rollup
package.json
{
"name": "react-native-refined-components",
"version...": "0.1.0",
"description": "refined react-native components",
"main": "dist/cjs/index.js",
"module...: 'React',
'react-native': 'reactNative',
},
sourcemap: true,
},
plugins:...', 'react-native'],
},
// CommonJS (for Node) and ES module (for bundlers) build.../dist/es/index.js', format: 'es' },
],
plugins: [typescript()],
external: ['react', 'react-native