Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Oct 5, 2017
1 parent 37adec1 commit fbfad8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let plugins = [
minChunks: function(module, count) {
return (
module.resource &&
/\/(@material|(css|vue)-loader|src\/(action|option|components)\/)/.test(
/\/(@material|(css|vue)-loader|src\/(action|options|components))\//.test(
module.resource
) &&
count >= 2
Expand Down

0 comments on commit fbfad8c

Please sign in to comment.