about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-10 21:19:21 +0200
committerThibaut Girka <thib@sitedethib.com>2019-04-10 21:19:21 +0200
commit2f422b708f75bea87a49eb879ec3e0c3f35c2f9b (patch)
tree15a022b1b44f72fee2d83cfe6f8355b7334f9d9b /babel.config.js
parent92e19501949bac3825c23087e0aeba3109ea12d0 (diff)
parent5dd14dfdede5cfd98551f545336e18ad1c705c21 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index a506ad8ce..55efafc40 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -17,7 +17,7 @@ module.exports = (api) => {
       ['@babel/proposal-object-rest-spread', { useBuiltIns: true }],
       ['@babel/proposal-decorators', { legacy: true }],
       '@babel/proposal-class-properties',
-      ['react-intl', { messagesDir: './build/messages' }],
+      ['react-intl', { messagesDir: './build/messages/' }],
       'preval',
     ],
   };