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 Jan 21, 2021. It is now read-only.
Now I have a project base on multiple pages . and I set the html file ouput diffrent directory . The html-webpack-plugin is working corrent for the replative path . but the preload-webpack-plugin get a incorrent relative path .
The "../../" path injected by html-webpack-plugin is corrent
There have two quesetions :
I want the same replative path with "../.." was injected to preload
"b.css","c.css" is others page's assets , They're not supposed to be here by inject
Anybody has some suggetions ?
Thanks all !
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now I have a project base on multiple pages . and I set the html file ouput diffrent directory . The html-webpack-plugin is working corrent for the replative path . but the preload-webpack-plugin get a incorrent relative path .
The "../../" path injected by html-webpack-plugin is corrent
There have two quesetions :
Anybody has some suggetions ?
Thanks all !
The text was updated successfully, but these errors were encountered: