Answer the question
In order to leave comments, you need to log in
How to include images via require as images in webpack?
Configured in vue.config.js
{
test: /\.(jpe?g|png|gif)$/,
loader: 'url-loader',
options: {
// Images larger than 10 KB won’t be inlined
limit: 256,
name: "images/[name].[hash].[ext]",
}
},
require('./images/pen.png')
src="data:image/png;base64,
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question