diff --git a/webapp/webpack.config.js b/webapp/webpack.config.js index 45bfb94..592c3b1 100644 --- a/webapp/webpack.config.js +++ b/webapp/webpack.config.js @@ -33,6 +33,7 @@ module.exports = { 'react-redux': 'ReactRedux', 'prop-types': 'PropTypes', 'react-bootstrap': 'ReactBootstrap', + 'react-router-dom': 'ReactRouterDom', }, output: { path: path.join(__dirname, '/dist'),