-
I've updated the webpack config.js according to the soluation given by the qiankun webiste. However, the image in the micro-app still load 404...So, I was wondering if anyone can help me to fix this issue.Thank you~ rules: [
{
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
use: [
{
loader: 'url-loader',
options: {
limit: 1000000
}
}
]
}
] |
Beta Was this translation helpful? Give feedback.
Answered by
kuitos
Jul 28, 2021
Replies: 1 comment
-
check the faq doc |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kuitos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check the faq doc