0.1.7 • Published 8 months ago

luao-server v0.1.7

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

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,
}
0.1.7

8 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago