AB
Size: a a a
AB
🧨
AB
DS
AB
devServer: {
inline: true,
hot: true,
contentBase: Path.resolve(__dirname, "../src"),
watchContentBase: true,
}
KS
devServer: {
inline: true,
hot: true,
contentBase: Path.resolve(__dirname, "../src"),
watchContentBase: true,
}
AB
AB
{
test: /\.(ico|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)(\?.*)?$/,
use: {
loader: 'file-loader',
options: {
name: '[path][name].[ext]'
}
}
}
AB
KS
{
test: /\.(ico|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)(\?.*)?$/,
use: {
loader: 'file-loader',
options: {
name: '[path][name].[ext]'
}
}
}
KS
KS
{
test: /\.(ico|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)(\?.*)?$/,
use: {
loader: 'file-loader',
options: {
name: '[path][name].[ext]'
}
}
}
AB
MD
AB
{
test: /\.(ico|jpg|jpeg|png|gif)$/,
use: [
{
loader: "file-loader",
options: {
name: "[path][name].[ext]",
outputPath: './build',
useRelativePath: true
},
},
],
}
c/images/photo.jpg н
е появляется в build?A
{
test: /\.(ico|jpg|jpeg|png|gif)$/,
use: [
{
loader: "file-loader",
options: {
name: "[path][name].[ext]",
outputPath: './build',
useRelativePath: true
},
},
],
}
c/images/photo.jpg н
е появляется в build?AB
AB