Skip to content

Commit

Permalink
update regex in readme (prebid#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker authored and rjvelicaria committed Apr 9, 2020
1 parent 63662c1 commit f0824fc
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 f0824fc

Please sign in to comment.