@plugin-light/import-meta-resolve
v0.0.2
Published
[import-meta-resolve](https://www.npmjs.com/package/import-meta-resolve) 的 `CJS` 版本,可供不支持 `ESM` 的项目使用。
Downloads
78
Readme
import-meta-resolve
import-meta-resolve 的 CJS
版本,可供不支持 ESM
的项目使用。
如何使用
安装
pnpm add @plugin-light/import-meta-resolve -D
使用
import { resolve } from '@plugin-light/import-meta-resolve';
console.log(resolve('./index.js', import.meta.url))