UNPKG

ignore-webpack-plugin

Version:

Excludes dynamically imported dependencies from the output bundle.

41 lines (40 loc) 939 B
{ "name": "ignore-webpack-plugin", "version": "0.3.0", "description": "Excludes dynamically imported dependencies from the output bundle.", "main": "index.js", "scripts": { "test": "jest" }, "repository": "kriasoft/ignore-webpack-plugin", "keywords": [ "webpack", "webpack-plugin", "plugin", "ignore", "bundler", "bundling", "ssr", "cloudflare-worker", "cloudflare-workers" ], "author": "Konstantin Tarkus (koistya@tarkus.me)", "license": "MIT", "bugs": { "url": "https://github.com/kriasoft/ignore-webpack-plugin/issues" }, "homepage": "https://github.com/kriasoft/ignore-webpack-plugin#readme", "peerDependencies": { "webpack": ">=5.0.0" }, "devDependencies": { "@yarnpkg/pnpify": "^3.0.0-rc.3", "jest": "^26.6.3", "prettier": "^2.2.1", "typescript": "^4.2.4", "webpack": "^5.36.2" }, "jest": { "testEnvironment": "node" } }