Skip to content

Commit

Permalink
fix: revert to $ for jQuery external global
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Feb 25, 2025
1 parent 591fbbe commit c722f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function compileScripts(assetPath, { srcPath, destPath, output = {} }) {
input: join(srcPath, assetPath),
plugins: [
externalGlobals({
jquery: 'window.jQuery'
jquery: '$'
}),
nodeResolve(),
commonjs()
Expand Down

0 comments on commit c722f15

Please sign in to comment.