unminified-webpack-plugin
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -12,3 +12,3 @@ const webpack = require('webpack'); | ||
if (name.match(new RegExp('\.' + ext + '$'))) { | ||
return name.replace(new RegExp(ext), suffix) | ||
return name.replace(new RegExp(ext + '$'), suffix) | ||
} | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "unminified-webpack-plugin", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "A `webpack` plugin for generating un-minified JavaScript files along with UglifyJsPlugin.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8102