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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
The loader.js attempts to patch require.js by detecting all HTML files and prepending the module id with a custom loader plugin. However, it may be that files with an html extension have been explicitly required by the developer and aren't intended to be turned into view factories. To fix, detect whether the module id is already prepended by a loader plugin and bypass if it is.
The text was updated successfully, but these errors were encountered:
EisenbergEffect
changed the title
Special Case !text plugin
(Bug) Check For Existing Loader Plugins When Patching RequireJS
Apr 21, 2014
EisenbergEffect
changed the title
(Bug) Check For Existing Loader Plugins When Patching RequireJS
bug(loader) Check For Existing Loader Plugins When Patching RequireJS
Apr 21, 2014
EisenbergEffect
changed the title
bug(loader) Check For Existing Loader Plugins When Patching RequireJS
bug(loader): Check For Existing Loader Plugins When Patching RequireJS
Apr 21, 2014
EisenbergEffect
changed the title
bug(loader): Check For Existing Loader Plugins When Patching RequireJS
bug(loader): check for existing loader plugins when patching RequireJS
Apr 21, 2014
The
loader.js
attempts to patch require.js by detecting all HTML files and prepending the module id with a custom loader plugin. However, it may be that files with an html extension have been explicitly required by the developer and aren't intended to be turned into view factories. To fix, detect whether the module id is already prepended by a loader plugin and bypass if it is.The text was updated successfully, but these errors were encountered: