An open API service indexing awesome lists of open source software.

https://github.com/imweb/fis3-postpackager-inline

fis3 postpackager inline资源插件
https://github.com/imweb/fis3-postpackager-inline

Last synced: about 1 month ago
JSON representation

fis3 postpackager inline资源插件

Awesome Lists containing this project

README

          

# fis3-postpackager-inline

## Install

```sh
npm install fis3-postpackager-inline
```

## Usage

```js
fis.media('dist')
.match('::packager', {
postpackager: [
fis.plugin('inline')
]
})
```

## Options

### max `{Number}`

`default` 25

inline文件总最大kb数

### jsMax `{Number}`

`default` 10

inline js文件最大kb数

### cssMax `{Number}`

`default` 20

inline css文件最大kb数