UNPKG

webpack-delete-sourcemaps-plugin

Version:
47 lines (46 loc) 1.1 kB
{ "name": "webpack-delete-sourcemaps-plugin", "version": "1.3.1", "description": "Webpack plugin to delete sourcemaps files at the end of the build", "main": "index.js", "scripts": { "build": "tsc", "test": "echo \"no test specified\" && exit" }, "repository": { "type": "git", "url": "git+https://github.com/AlexBeauchemin/webpack-delete-sourcemaps-plugin.git" }, "keywords": [ "webpack", "webpack5", "sourcemap", "sentry", "nextjs", "next", "plugin" ], "author": { "name": "Alex Beauchemin", "email": "alexbeauchemin01@gmail.com" }, "engines": { "node": ">=4.0.0" }, "license": "MIT", "bugs": { "url": "https://github.com/AlexBeauchemin/webpack-delete-sourcemaps-plugin/issues" }, "homepage": "https://github.com/AlexBeauchemin/webpack-delete-sourcemaps-plugin#readme", "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/node": "^16.11.66", "typescript": "^4.8.4" }, "dependencies": { "fs-extra": "^10.1.0" }, "optionalDependencies": { "webpack": "4.x || 5.x" } }