We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
InjectAsComment
Hi! I think I found a bug in InjectAsComment.
With this config:
// ... new WebpackAutoInject({ componentsOptions: { InjectByTag: { dateFormat: 'h:MM:ss' } } })
plugin works correctly and replaces [AIV]{date}[/AIV] in html-file with date string.
[AIV]{date}[/AIV]
But when I try to disable comment injecting:
// ... new WebpackAutoInject({ components: { InjectAsComment: false, }, componentsOptions: { InjectByTag: { dateFormat: 'h:MM:ss' } } })
plugin won't replace [AIV]{date}[/AIV] width date anymore.
I'm not sure if this is a bug, but I supposed those features worked independently.
P.S. Thanks for the plugin! :–)
The text was updated successfully, but these errors were encountered:
I have this problem too. issue is 2 years old, so I guess the project is abandoned
Sorry, something went wrong.
No branches or pull requests
Hi!
I think I found a bug in
InjectAsComment
.With this config:
plugin works correctly and replaces
[AIV]{date}[/AIV]
in html-file with date string.But when I try to disable comment injecting:
plugin won't replace
[AIV]{date}[/AIV]
width date anymore.I'm not sure if this is a bug, but I supposed those features worked independently.
P.S. Thanks for the plugin! :–)
The text was updated successfully, but these errors were encountered: