Skip to content

Commit

Permalink
Fix webpack config (#23)
Browse files Browse the repository at this point in the history
Should be `window.jQuery` and not `windows.jQuery`.
  • Loading branch information
ChayimFriedman2 committed Aug 22, 2020
1 parent 453219b commit 5b968c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -78,7 +78,7 @@ const config = {
new webpack.ProvidePlugin({
$: 'jquery',
jQuery: 'jquery',
'windows.jQuery': 'jquery',
'window.jQuery': 'jquery',
}),
new CopyWebpackPlugin([
{
Expand Down

0 comments on commit 5b968c3

Please sign in to comment.