文件名称:rollup-plugin-root-import:添加通过根路径导入模块的功能,例如Meteor
文件大小:143KB
文件格式:ZIP
更新时间:2024-06-05 22:58:13
corgi-tag JavaScript
汇总插件根导入 添加通过根路径导入模块的功能,例如 。 // import a module relative to a specified root directory import UserModel from '/models/user' ; // illustrative - if we were in /views/user, we can reference a model's module // using an absolute path from the root of the project, rather than relative to // the current module class UserView { // ... } 安装 $ yarn add rollup-plugin-root-import 或者 $ npm install --save-
【文件预览】:
rollup-plugin-root-import-master
----.eslintrc.json(154B)
----.gitignore(65B)
----.huskyrc.js(212B)
----package.json(2KB)
----package-lock.json(618KB)
----jest.config.js(69B)
----LICENSE(1KB)
----CHANGELOG.md(720B)
----.github()
--------pull_request_template.md(563B)
----rollup.config.js(604B)
----README.md(3KB)
----.eslintignore(6B)
----lib()
--------index.test.js(5KB)
--------index.js(4KB)
----babel.config.js(113B)
----rollup-plugin-root-import.sublime-project(421B)
----Jenkinsfile(303B)
----test()
--------support()
----.prettierrc(28B)