Skip to content

Commit a8c6947

Browse files
author
Val
committed
readme fix
1 parent 3202034 commit a8c6947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
loaders: [
2222
{
2323
test: /fileInWhichJQueryIsUndefined\.js$/,
24-
loader: 'replace',
24+
loader: 'string-replace',
2525
query: {
2626
search: 'jQuery',
2727
replace: 'window.$'
@@ -47,7 +47,7 @@ module.exports = {
4747
loaders: [
4848
{
4949
test: /fileInWhichJQueryIsUndefined\.js$/,
50-
loader: 'replace',
50+
loader: 'string-replace',
5151
query: {
5252
search: 'jquery',
5353
replace: 'window.$',

0 commit comments

Comments
 (0)