Skip to content

Commit

Permalink
fix: fix typo in the docs site .boltrc config
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Apr 11, 2019
1 parent 1c19f90 commit 352a9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-site/.boltrc.js
Expand Up @@ -21,10 +21,10 @@ const config = {
verbosity: 2,
schemaErrorReporting: 'cli',
webpackDevServer: {
sourceMaps: (process.env.TRAVIS || argv.prod) ? false : true,
enableCache: (process.env.TRAVIS || argv.prod) ? false : true,
enabled: true,
},
sourceMaps: (process.env.TRAVIS || argv.prod) ? false : true,
enableCache: (process.env.TRAVIS || argv.prod) ? false : true,
enableSSR: false, // temp disabld till Travis issue fixed
extraTwigNamespaces: {
bolt: {
Expand Down

0 comments on commit 352a9f4

Please sign in to comment.