Skip to content

Commit

Permalink
final adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaTarasowa committed Oct 5, 2017
1 parent 615a0dc commit 0b0962c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion webpack/prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0b0962c

Please sign in to comment.