UNPKG

@gluons/vue-pack-splitchunks-plugin

Version:
45 lines (44 loc) 1.09 kB
{ "name": "@gluons/vue-pack-splitchunks-plugin", "version": "1.20.3", "description": "A vue-pack plugin to customize webpack's splitChunks.", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist" ], "engines": { "node": ">=8" }, "scripts": { "prepublishOnly": "npm run build", "prebuild": "rimraf dist/*", "build": "tsc", "lint": "tslint -p .", "pretest": "npm run build", "test": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/gluons/vue-pack.git" }, "keywords": [ "vue-pack", "vue-pack-plugin", "webpack", "splitchunks" ], "author": "Saran Tanpituckpong <sarunta@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gluons/vue-pack/issues" }, "homepage": "https://github.com/gluons/vue-pack/tree/master/packages/@gluons/plugin-splitchunks", "peerDependencies": { "@gluons/vue-pack": "*" }, "devDependencies": { "@gluons/vue-pack": "^1.20.3" }, "gitHead": "e42de5215dec24a76398bd4ac2ce240bcc226cd4" }