Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
fix(index): correct default asset name {RegExp} (options.test) (#259
Browse files Browse the repository at this point in the history
)
  • Loading branch information
evilebottnawi authored and michael-ciniawsky committed Mar 13, 2018
1 parent d3aae1c commit f9e55fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -21,7 +21,7 @@ class UglifyJsPlugin {

const {
uglifyOptions = {},
test = /\.(js?)(\?.+)?$/i,
test = /\.js(\?.*)?$/i,
warningsFilter = () => true,
extractComments = false,
sourceMap = false,
Expand Down

0 comments on commit f9e55fe

Please sign in to comment.