UNPKG

webpack-add-annotation-plugin

Version:

一个在webpack打包后的文件中添加注释的插件

26 lines (25 loc) 735 B
{ "name": "webpack-add-annotation-plugin", "version": "1.0.1", "description": "一个在webpack打包后的文件中添加注释的插件", "main": "index.js", "scripts": { "test": "webpack --config webpack.config.test.js" }, "repository": { "type": "git", "url": "git@github.com:KaiOrange/webpack-add-annotation-plugin.git" }, "keywords": ["webpack","plugin","add","annotation","注释"], "author": "kaiorange", "license": "MIT", "devDependencies": { "clean-webpack-plugin": "^0.1.17", "css-loader": "^0.28.7", "file-loader": "^1.1.5", "style-loader": "^0.19.0", "uglifyjs-webpack-plugin": "^1.1.3", "webpack": "^3.10.0" }, "dependencies": {} }