Skip to content
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

Enhance match of script and css #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shuizhongyueming
Copy link

if the base option is set with full url, the inlinePattern can match assets correctly, but the replaceCss/replaceScript can not match output script and link tag correctly.

example

if base: https://www.base.dir/path/", the output of css will be like

<link rel="stylesheet" href="https://www.base.dir/path/foo.css">

we hope it can be inlined like

<style rel="stylesheet">/** inline css **/</style>

but the origin replace RegExp can not work for full url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant