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
Hello, first at all - thank you for your time you used to develop this plugin. Unfortunately today I spotted one problem when I was trying to use it "production" mode.
Generally on Windows environments DS is equal to "\" which should not be used in URLs which are produced by e.g. getLinkFromOutDirectory method.
Like mentioned above, DS is used in e.g. getLinkFromOutDirectory method from ManifestRecord class:
Hello, first at all - thank you for your time you used to develop this plugin. Unfortunately today I spotted one problem when I was trying to use it "production" mode.
Generally on Windows environments DS is equal to "\" which should not be used in URLs which are produced by e.g.
getLinkFromOutDirectory
method.Like mentioned above, DS is used in e.g.
getLinkFromOutDirectory
method fromManifestRecord
class:cakephp-vite/src/Utilities/ManifestRecord.php
Line 228 in 6028e07
to build path to assets like js or css files. This, on Windows, creates following, incorrect URLs like http://test.localhost/js/%5Cassets/main-5de7cc61.js which of course does not load.
Here is my cakephp-vite plugin configuration:
Here is vite.confg.js I am using:
The text was updated successfully, but these errors were encountered: