Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ocr-css", | ||
"description": "A Vue.js project", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "chenshanshan <1052165755@qq.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -71,4 +71,13 @@ var path = require('path') | ||
options: { | ||
name: '[name].[ext]?[hash]' | ||
name: '[name].[ext]?[hash]', | ||
limit: 99999 | ||
} | ||
}, | ||
{ | ||
test: /\.(svg|ttf|eot|woff|woff2)$/, | ||
loader: 'url-loader', | ||
options:{ | ||
name:'[name].[ext]', | ||
limit: 9999999 | ||
} | ||
} | ||
@@ -75,0 +84,0 @@ ] |
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
12389
136