We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于npm的包管理,和ES6语法
import { module } from 'package_id'
每次都要去配
fis.match('/node_modules/path/to/package.js', { id: 'package_id' });
太不科学了!! 可不可以给所有的这种id路径,去设置自动查找啊,去分析node_modules里面的package.json的main field,然后分析到相应依赖,不然node_module的路径真的配的好恶心
The text was updated successfully, but these errors were encountered:
你应该用 fis3-hook-node_modules 插件,而不是去设置 id
Sorry, something went wrong.
@2betop 终于有这种东西了!!!!!
@2betop 是不是应该在hook文档里写一下 ·· 现在hook那边还是3个选择
不是同类东西。文档会加载官网里面的。
No branches or pull requests
对于npm的包管理,和ES6语法
每次都要去配
太不科学了!!
可不可以给所有的这种id路径,去设置自动查找啊,去分析node_modules里面的package.json的main field,然后分析到相应依赖,不然node_module的路径真的配的好恶心
The text was updated successfully, but these errors were encountered: