Skip to content

Commit a94e54e

Browse files
committed
minor #694 Removed jQuery from auto provided variables in webpack config (mathop)
This PR was merged into the master branch. Discussion ---------- Removed jQuery from auto provided variables in webpack config `window.jQuery` is already defined in `autoProvidejQuery` function, there's no need to override: https://github.com/symfony/webpack-encore/blob/v0.9.1/lib/WebpackConfig.js#L271 Commits ------- 9860ffd Removed jQuery from auto provided variables in webpack config.
2 parents a65b22f + 9860ffd commit a94e54e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Encore
66
.cleanupOutputBeforeBuild()
77
.autoProvidejQuery()
88
.autoProvideVariables({
9-
"window.jQuery": "jquery",
109
"window.Bloodhound": require.resolve('bloodhound-js'),
1110
"jQuery.tagsinput": "bootstrap-tagsinput"
1211
})

0 commit comments

Comments
 (0)