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

https://github.com/imweb/fis3-hook-no-wrap


https://github.com/imweb/fis3-hook-no-wrap

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# fis3-hook-no-wrap

使用@noWrap注释标识文件不需要被`fis3-hook-commonjs`包裹

## demo

```js
/**
* @noWrap
*/
// js file
// ...
```

```js
// fis-conf.js
fis.hook('commonjs')
.hook('no-wrap');
```