webpack-sentry-plugin
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -38,3 +38,3 @@ 'use strict'; | ||
this.include = options.include; | ||
this.include = options.include || /\.js$|\.map$/; | ||
this.exclude = options.exclude; | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "webpack-sentry-plugin", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Webpack plugin to upload source maps to Sentry", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
10988