Skip to content

Commit

Permalink
chore: remove react live from gatsby compile
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 10, 2019
1 parent d1cf8f0 commit 81c7915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = opts => {
{
resolve: 'gatsby-plugin-compile-es6-packages',
options: {
modules: ['gatsby-theme-docz', 'react-live'],
modules: ['gatsby-theme-docz'],
},
},
],
Expand Down

0 comments on commit 81c7915

Please sign in to comment.