You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jQuery is not defined or $ is not defined (it depends on where this error happens - either the user needs to expose these as a global variable [e.g. if this error happens in JS code written in a template] or they may need autoProvidejQuery() if this happens in a required module.
The text was updated successfully, but these errors were encountered:
This PR was merged into the 3.3 branch.
Discussion
----------
Various Encore updates
Closes:
* #8053
* #8067
* #8069
* #8071
* #8070
* #8072
Replaces #8083
Commits
-------
15e816e Tweaks thanks to Javier
f8461d3 adding anotehr faq for old packages without a main script
f5c22a6 minor rewording
a0982ec [Encore] Adding more FAQs for #8072807b83f [Encore] Documenting addPlugin - see #8070a099bff Documenting (better) how to expose global variables - see #80718b0a22a [Encore] Adding docs about deploying to a subdirectory - see #806962dd63e Adding docs about adding custom config - see #80670ff1c3c Add missing link to handlebars-loader
3d9905e Add docs for custom loaders
* 3.4:
Fixes for #8084 thanks to Stof
Tweaks thanks to Javier
Use Twig's namespaced paths
adding anotehr faq for old packages without a main script
minor rewording
[Encore] Adding more FAQs for #8072
[Encore] Documenting addPlugin - see #8070
Documenting (better) how to expose global variables - see #8071
[Encore] Adding docs about deploying to a subdirectory - see #8069
Adding docs about adding custom config - see #8067
Add missing link to handlebars-loader
Add docs for custom loaders
[#8004] some minor tweaks
document new framework.assets.json_manifest_path option
Minor reword
Clearify setup of basic auth for test environment
Update workflow.rst
rearrange how workflow events are presented
adding note about extracting CSS
Adding note about browserslist config
I think a FAQ or "common problems" section would be a big help. This would initially include:
Uncaught ReferenceError: webpackJsonp is not defined
(see webpackJsonp is not defined webpack-encore#42)jQuery is not defined
or$ is not defined
(it depends on where this error happens - either the user needs to expose these as a global variable [e.g. if this error happens in JS code written in a template] or they may needautoProvidejQuery()
if this happens in a required module.The text was updated successfully, but these errors were encountered: