From 81c7915a3b15af1e2c3fa997ce2bc507b8528c5f Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Wed, 10 Apr 2019 20:35:55 -0300 Subject: [PATCH] chore: remove react live from gatsby compile --- core/gatsby-theme-docz/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gatsby-theme-docz/gatsby-config.js b/core/gatsby-theme-docz/gatsby-config.js index 4a0344d3a..ced79fc08 100644 --- a/core/gatsby-theme-docz/gatsby-config.js +++ b/core/gatsby-theme-docz/gatsby-config.js @@ -68,7 +68,7 @@ module.exports = opts => { { resolve: 'gatsby-plugin-compile-es6-packages', options: { - modules: ['gatsby-theme-docz', 'react-live'], + modules: ['gatsby-theme-docz'], }, }, ],