https://github.com/imweb/fis3-hook-no-wrap
https://github.com/imweb/fis3-hook-no-wrap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imweb/fis3-hook-no-wrap
- Owner: imweb
- Created: 2016-03-17T03:30:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T03:27:58.000Z (about 10 years ago)
- Last Synced: 2025-01-28T08:52:31.399Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 23
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```