UNPKG

optimize-css-map-webpack-plugin

Version:

A Webpack plugin to optimize \ minimize CSS assets, with sorce-map filename.

50 lines (49 loc) 1.16 kB
{ "name": "optimize-css-map-webpack-plugin", "version": "5.0.2", "description": "A Webpack plugin to optimize \\ minimize CSS assets, with sorce-map filename.", "keywords": [ "CSS", "duplicate", "extract-text-webpack-plugin", "minimize", "optimize", "remove", "webpack" ], "license": "MIT", "author": "Nuno Rodrigues", "main": "src/index.js", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "jest": { "testEnvironment": "node", "watchPathIgnorePatterns": [ "<rootDir>/test/js/*.*" ] }, "dependencies": { "cssnano": "^4.1.0", "last-call-webpack-plugin": "^3.0.0" }, "devDependencies": { "babel-core": "^6.26.0", "babel-jest": "^22.1.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "css-loader": "^0.28.9", "extract-text-webpack-plugin": "next", "jest": "^22.1.4", "style-loader": "^0.20.1", "webpack": "^4.9.1" }, "peerDependencies": { "webpack": "^4.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" } }