0.1.7 • Published 8 months ago
luao-server v0.1.7
luao-server
- rollup tools
快速上手
npm install luao-server
rollup 打包 配置
package.json
"scripts": {
"build:test": "luao-server rollup"
},
配置示例 luao.rollup-config.js
export default {
removeHtmlFile: true,
codeBabelType: 'node', //默认React; 支持React,node
esm: {
type: 'rollup',
minify: false,
importLibToEs: true,
dir: 'dist',
},
umd: false,
}