1.0.6 • Published 9 months ago

@shewulong/micro-pack v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

MICRO PACK

Description

微型打包工具

Installation

npm install -g @shewulong/micro-pack

Use in Scripts

package.json中添加脚本

{
  "scripts": {
    "micro": "micro-pack --entry src/index.js --output dist"
  }
}

运行脚本

npm run micro

Use in typescript

import { build } '@shewulong/micro-pack';

build({
  entry: 'src/index.ts',
  output: 'dist',
});
1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago