UNPKG

build-plugin-ignore-style

Version:

plugin for ignore style

29 lines (28 loc) 582 B
{ "name": "build-plugin-ignore-style", "version": "0.1.2", "description": "plugin for ignore style", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "fusion", "build-plugin", "build-scripts" ], "author": "", "license": "MIT", "devDependencies": { "build-scripts": "^1.0.0", "vite": "^2.5.0" }, "repository": { "type": "http", "url": "https://github.com/alibaba/ice/tree/master/packages/plugin-external-style" }, "files": [ "lib", "!lib/**/*.map" ] }