UNPKG

vite-plugin-local-scoped-modules

Version:

vite-plugin-local-scoped-modules ================ This is a [vite](https://github.com/vitejs/vite) plugin that intends to avoid typing relative paths.Use relative paths like local modules instead.

35 lines (33 loc) 673 B
{ "name": "vite-plugin-local-scoped-modules", "version": "0.160.4", "author": "Zengnificant<1269580641@qq.com>", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "scripts": { "build": "vite build" }, "keywords": [ "vite-plugin", "babel-plugin", "relative-path", "no-relative-path" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/zengnificant/vite-plugin-local-scoped-modules.git" }, "devDependencies": { "vite": "^5.0.0" } }