webpack-version-plugin
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "webpack-version-plugin", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# webpack-version-plugin | ||
## 使用 | ||
```bash | ||
npm | ||
```javascript | ||
$ npm install webpack-version-plugin --save-dev | ||
``` | ||
yarn | ||
```javascript | ||
$ yarn add webpack-version-plugin --dev | ||
``` | ||
```javascript | ||
const webpack = require('webpack'); | ||
@@ -5,0 +14,0 @@ const WebpackVersionPlugin = require('webpack-version-plugin'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3926
45