@oriflame/constant-moduleids-webpack-plugin
Version:
Webpack plugin for generating constant hashed moduleIds for use with DLL plugin.
22 lines (21 loc) • 537 B
JSON
{
"name": "@oriflame/constant-moduleids-webpack-plugin",
"version": "1.1.0",
"description": "Webpack plugin for generating constant hashed moduleIds for use with DLL plugin.",
"keywords": [
"webpack",
"plugin",
"moduleIds",
"DLL"
],
"repository": "https://github.com/Oriflame/constant-moduleids-webpack-plugin",
"author": "Jan Novotny @ecl1ps",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"release": "npm publish --access public"
},
"peerDependencies": {
"webpack": ">=4"
}
}