Skip to content

Commit

Permalink
fix(gatsby-theme-docz): fix style differences between dev and build
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Sep 2, 2019
1 parent d101f9c commit 45b7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/lib/onCreateWebpackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = async (params, opts) => {
})
}

if (hasParentNodeModules && stage === 'develop') {
if (hasParentNodeModules) {
actions.setWebpackConfig({
resolve: {
modules: [nodeModules, parentNodeModules],
Expand Down

0 comments on commit 45b7767

Please sign in to comment.