diff --git a/client/config/webpack.config.common.js b/client/config/webpack.config.common.js index c46eb42..eaaf957 100644 --- a/client/config/webpack.config.common.js +++ b/client/config/webpack.config.common.js @@ -39,6 +39,7 @@ const common = { { test: /\.jsx?$/, use: ['babel-loader?cacheDirectory'], + exclude: /node_modules/, include: PATHS.app }, { diff --git a/docs/setup.md b/docs/setup.md index 0603fab..f748e29 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -12,7 +12,7 @@ yarn # root folder ## Database * Install [postgres](https://www.postgresql.org/) and [pgAdmin](https://www.pgadmin.org/) -* Create new database called *ReactSeedDB*. Use following credentials: +* Create new database called *reactseeddb*. Use following credentials: * user: `postgres` * password: `Password.01` * For more information about setting up the server see [official docs](https://wiki.postgresql.org/wiki/First_steps)