webpack-flat-bundle
Version:
Plugin and utility function that enables you to make use of webpack for flat output multi entry processing
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "webpack-flat-bundle",
"version": "0.0.13",
"description": "Plugin and utility function that enables you to make use of webpack for flat output multi entry processing",
"main": "index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"test:dev": "jest --watch",
"lint": "eslint src/**.js",
"debug": "node --inspect --debug-brk test.js"
},
"author": "Mikołaj Kozakiewicz",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"jest": "^21.1.0",
"flow": "^0.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xolir/webpack-flat-bundle.git"
},
"keywords": [
"webpack",
"multi",
"glob",
"entry",
"flat",
"output"
],
"bugs": {
"url": "https://github.com/xolir/webpack-flat-bundle/issues"
},
"homepage": "https://github.com/xolir/webpack-flat-bundle#readme"
}