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
minor #8494 Changes manifest file extension from json to js. (Cifixie)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes#8494).
Discussion
----------
Changes manifest file extension from json to js.
JSON as itself isn't valid Javascript causing an error when trying to parse as javascript: `manifest.json:2 Uncaught SyntaxError: Unexpected token :` and it's only meant for Symfony asset versioning.
The bundler also creates `manifest.js` -file which creates `window.webpackJsonp` used in bundles. Without it, you might get an error: `app.315f91d41365513eb8ea.js:1 Uncaught ReferenceError: webpackJsonp is not defined`
Commits
-------
5d13c37 Changes manifest file extension from json to js.
0 commit comments