Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Oct 28, 2016
2 parents 9529a79 + 13d0f09 commit ae9c7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export = function jQuery({expose = true} = {}) {
if (expose) {
config.module = {
loaders: get(this, 'module.loaders', []).concat([
{ test: require.resolve('jquery'), loader: 'expose?$' }
{ test: require.resolve('jquery'), loader: 'expose?$!expose?jQuery' }
])
}
}
return config
}
}
}

0 comments on commit ae9c7b9

Please sign in to comment.