UNPKG

@route-resource-preload/webpack-plugin

Version:

Focus on improving the first screen loading speed of applications and providing the best user experience.

38 lines (37 loc) 1.09 kB
{ "name": "@route-resource-preload/webpack-plugin", "version": "1.0.0-beta.23", "description": "Focus on improving the first screen loading speed of applications and providing the best user experience.", "scripts": { "build": "npx vite build && npx tsc -p tsconfig.json --emitDeclarationOnly", "pub": "npm publish --access public", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/AwesomeDevin/route-resource-preload.git" }, "types": "./dist/typings/webpack-plugin/index.d.ts", "module": "./dist/index.mjs", "main": "./dist/index.js", "sideEffects": false, "files": [ "dist/" ], "engines": { "node": ">=14" }, "keywords": [ "route-resource-preload-plugin", "webpack-plugin", "route-resource-preload" ], "author": "AwesomeDevin", "license": "MIT", "bugs": { "url": "https://github.com/AwesomeDevin/route-resource-preload/issues" }, "homepage": "https://github.com/AwesomeDevin/route-resource-preload#readme", "dependencies": { } }