html-webpack-include-sibling-chunks-plugin
Version:
This plugin is useful when bundling a Multiple-Page Application with webpack 4. It let `html-webpack-plugin` to include initial split chunks and runtime chunk that related to the entry js file of a html page, which are generated by `optimization.splitChun
34 lines (33 loc) • 864 B
JSON
{
"name": "html-webpack-include-sibling-chunks-plugin",
"version": "0.1.5",
"description": "",
"main": "HtmlWebpackIncludeSiblingChunksPlugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fenivana/html-webpack-include-sibling-chunks-plugin.git"
},
"keywords": [
"webpack"
],
"author": "Jiang Fengming",
"license": "MIT",
"bugs": {
"url": "https://github.com/fenivana/html-webpack-include-sibling-chunks-plugin/issues"
},
"homepage": "https://github.com/fenivana/html-webpack-include-sibling-chunks-plugin#readme",
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-enough": "^0.3.3"
},
"eslintConfig": {
"extends": "enough",
"env": {
"node": true
}
}
}