UNPKG

my-vite-plugin-dynamic-base

Version:

Resolve all resource files dynamic publicPath, like Webpack's __webpack_public_path__

48 lines (47 loc) 1.28 kB
{ "name": "my-vite-plugin-dynamic-base", "version": "0.4.16", "description": "Resolve all resource files dynamic publicPath, like Webpack's __webpack_public_path__", "main": "dist/index.js", "scripts": { "dev": "tsc -p ./tsconfig.build.json -w --incremental --skipLibCheck", "build": "rm -rf dist && tsc -p ./tsconfig.build.json --skipLibCheck", "test": "vitest run", "coverage": "vitest run --coverage", "tdd": "vitest -w", "snap": "vitest run --update", "release": "bumpp --commit --push --tag && npm publish" }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/chenxch/vite-plugin-dynamic-base.git" }, "author": "chenxch", "license": "MIT", "bugs": { "url": "https://github.com/chenxch/vite-plugin-dynamic-base/issues" }, "homepage": "https://github.com/chenxch/vite-plugin-dynamic-base", "devDependencies": { "@types/node": "^16.11.27", "bumpp": "^8.2.1", "c8": "^7.11.2", "typescript": "^4.6.3", "vite": "^2.9.5", "vitest": "^0.9.4" }, "dependencies": { "node-html-parser": "^5.3.3" }, "keywords": [ "vite", "vite plugin", "publicpath", "dynamic publicpath", "dynamic base", "__webpack_public_path__" ] }