Skip to content

Commit

Permalink
update regex in readme (#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker committed Apr 7, 2020
1 parent 21d1f53 commit 6ad085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = {
// override the regular exclusion from above (for being inside node_modules).
{
test: /.js$/,
include: new RegExp(`\\${path.sep}prebid\.js`),
include: new RegExp(`\\${path.sep}prebid\\.js`),
use: {
loader: 'babel-loader',
// presets and plugins for Prebid.js must be manually specified separate from your other babel rule.
Expand Down

0 comments on commit 6ad085f

Please sign in to comment.