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
?raw
?inline
for ?raw -> #3435 workaround: import str from "!./myType.ts?raw";
import str from "!./myType.ts?raw";
As for ?inline, one workaround is to use inline-loader or set css-loader export type
Originally posted by @SoonIter in #3749 (comment)
#3435 #3749
The text was updated successfully, but these errors were encountered:
Some references:
Sorry, something went wrong.
No branches or pull requests
Summary
for
?raw
-> #3435 workaround:import str from "!./myType.ts?raw";
As for
?inline
, one workaround is to use inline-loader or set css-loader export typeOriginally posted by @SoonIter in #3749 (comment)
related links
#3435
#3749
The text was updated successfully, but these errors were encountered: