не отправились грамоты за рисовальный лагерь

remotes/origin/hotfix/send-camp-cert-9-07-19
gzbender 7 years ago
parent b534695ba9
commit 48a4af9c2b
  1. 15
      web/webpack.config.js

@ -20,9 +20,7 @@ module.exports = {
sprite: glob('./src/icons/*.svg'),
images: glob('./src/img/*.*'),
imagesCertificates: glob('./src/img/user-certificates/*'),
imagesSignedCertificates: glob('./src/img/signed-user-certificates/*'),
imagesGiftCertificates: glob('./src/img/gift-certificates/*'),
imagesCampCertificates: glob('./src/img/camp-certificates/*'),
imagesReviews: glob('./src/img/reviews/*'),
fonts: glob('./src/fonts/*'),
sounds: glob('./src/sounds/*'),
@ -96,8 +94,7 @@ module.exports = {
test: /\.(png|gif|jpg|svg)$/,
exclude: [path.resolve(__dirname, 'src/icons'), path.resolve(__dirname, 'src/img/user-certificates'),
path.resolve(__dirname, 'src/img/gift-certificates'), path.resolve(__dirname, 'src/img/reviews'),
path.resolve(__dirname, 'src/img/signed-user-certificates'), path.resolve(__dirname, 'src/img/camp-certificates'),
path.resolve(__dirname, 'src/img/signed-camp-certificates')],
path.resolve(__dirname, 'src/img/signed-user-certificates')],
loader: 'file-loader?name=[name].[ext]&outputPath=./img/'
},
{
@ -115,16 +112,6 @@ module.exports = {
include: path.resolve(__dirname, 'src/img/gift-certificates'),
loader: 'file-loader?name=[name].[ext]&outputPath=./img/gift-certificates/'
},
{
test: /\.(png|jpg)$/,
include: path.resolve(__dirname, 'src/img/camp-certificates'),
loader: 'file-loader?name=[name].[ext]&outputPath=./img/camp-certificates/'
},
{
test: /\.(png|jpg)$/,
include: path.resolve(__dirname, 'src/img/signed-camp-certificates'),
loader: 'file-loader?name=[name].[ext]&outputPath=./img/signed-camp-certificates/'
},
{
test: /\.(png|jpg)$/,
include: path.resolve(__dirname, 'src/img/reviews'),

Loading…
Cancel
Save