Skip to content

Commit 95b37bb

Browse files
committed
Fix live code examples
1 parent 4134ae2 commit 95b37bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/gatsby-node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exports.onCreateWebpackConfig = ({ stage, actions, plugins, getConfig }) => {
1111
alias: {
1212
assert: 'fbjs/lib/emptyFunction',
1313
'source-map': 'fbjs/lib/emptyFunction',
14+
'convert-source-map': 'fbjs/lib/emptyFunction',
1415
'@babel/types': path.join(__dirname, './src/utils/babel-types'),
1516
'buble/dist/buble.deps': path.join(__dirname, './src/utils/transform')
1617
}

0 commit comments

Comments
 (0)