@plugin-light/import-meta-resolve
v1.0.1-beta.0
Published
路径解析
Maintainers
Readme
路径解析
import-meta-resolve 的 CJS 版本,可供不支持 ESM 的项目使用。
1. 作者
novlan1
2. 如何使用
安装
pnpm add @plugin-light/import-meta-resolve -D使用
import { resolve } from '@plugin-light/import-meta-resolve';
console.log(resolve('./index.js', import.meta.url))