We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba9768 commit d8076daCopy full SHA for d8076da
client/config/webpack.config.common.js
@@ -39,6 +39,7 @@ const common = {
39
{
40
test: /\.jsx?$/,
41
use: ['babel-loader?cacheDirectory'],
42
+ exclude: /node_modules/,
43
include: PATHS.app
44
},
45
docs/setup.md
@@ -12,7 +12,7 @@ yarn # root folder
12
## Database
13
14
* Install [postgres](https://www.postgresql.org/) and [pgAdmin](https://www.pgadmin.org/)
15
-* Create new database called *ReactSeedDB*. Use following credentials:
+* Create new database called *reactseeddb*. Use following credentials:
16
* user: `postgres`
17
* password: `Password.01`
18
* For more information about setting up the server see [official docs](https://wiki.postgresql.org/wiki/First_steps)
0 commit comments