-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
publicPath without http or https #61
Comments
Also, on Windows, the final path becomes backslashes instead of a slash. |
@panuruj Since you have full control over webpack's |
Oh never mind! |
Hi, @AliasT! I released a new version ( Can you verify that the issue resolved? Thanks |
when i set the publicPath without http or https, just like
//s.bar.com/public
,path.join
will make the final script tag src starts with/s.bar.com/public
,https://github.com/asfktz/autodll-webpack-plugin/blob/v0.2.1/src/paths.js#L12
The text was updated successfully, but these errors were encountered: