From b47a488e74158e00c4715c2e3275a658bce77144 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 2 Jul 2018 11:48:13 +0300 Subject: [PATCH] Comma missing correction --- web/webpack/web.prod.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/webpack/web.prod.config.js b/web/webpack/web.prod.config.js index 84abb48..144ece8 100644 --- a/web/webpack/web.prod.config.js +++ b/web/webpack/web.prod.config.js @@ -16,10 +16,11 @@ module.exports = { { test: /\.less$/, loader: 'style!css!autoprefixer?browsers=last 2 version!less' - },{ + }, + { test: /\.json$/, loader: "json", - } + }, { test: /\.js$/, exclude: /node_modules/,