diff -r 28971cf04a91 -r 37ecf0b9c174 clientjs/packages/dashboard-components/webpack.config.js --- a/clientjs/packages/dashboard-components/webpack.config.js Tue Sep 18 10:36:57 2018 +0200 +++ b/clientjs/packages/dashboard-components/webpack.config.js Thu Sep 20 17:51:15 2018 +0200 @@ -9,6 +9,7 @@ reducers: path.resolve(__dirname, 'src/reducers'), ui: path.resolve(__dirname, 'src/ui'), actions: path.resolve(__dirname, 'src/actions.js'), + intl: path.resolve(__dirname, 'src/intl.jsx'), }, // path.resolve(__dirname, 'src/index.js'), output: {