nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit a9adcf919b8aca59fede46e46b6b3abc7cd7117b
parent b28a5411af9fc231ad0a7756b514af0b914f0b5b
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Tue,  8 May 2018 08:55:48 +0300

webpack: use cache dir for babel-loader

Diffstat:
Mconfig/webpack.config.prod.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/webpack.config.prod.js b/config/webpack.config.prod.js @@ -114,7 +114,7 @@ module.exports = { test: /\.(js|jsx)$/, exclude: /augustl\/js-unzip|dankogai\/js-deflate|mapillary-js/, include: paths.appSrc, - loader: 'babel', + loader: 'babel?cacheDirectory=node_modules/.cache/babel-loader', }, // The notation here is somewhat confusing. // "postcss" loader applies autoprefixer to our CSS.