From 0b0962c6e91e7e918444e03f6c7f6db185ca1d38 Mon Sep 17 00:00:00 2001 From: DaryaTarasowa Date: Thu, 5 Oct 2017 18:40:39 +0200 Subject: [PATCH] final adjustments --- .babelrc | 5 +---- webpack/prod.config.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.babelrc b/.babelrc index d2884f3ba..6b3c3c49a 100644 --- a/.babelrc +++ b/.babelrc @@ -8,10 +8,7 @@ "transform-class-properties", "syntax-decorators", "transform-react-constant-elements", - "transform-react-inline-elements", - ["react-intl", { - "messagesDir": "./build/messages/" - }] + "transform-react-inline-elements" ] }, "development": { diff --git a/webpack/prod.config.js b/webpack/prod.config.js index 1c2ba9cfc..ad2099903 100644 --- a/webpack/prod.config.js +++ b/webpack/prod.config.js @@ -62,7 +62,7 @@ let webpackConfig = { }, plugins: [ //collect all messages into one json - new ReactIntlPlugin(), + //new ReactIntlPlugin(), // css files from the extract-text-plugin loader new ExtractTextPlugin({ filename: '../css/vendor.bundle.css',