We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4134ae2 commit 95b37bbCopy full SHA for 95b37bb
site/gatsby-node.js
@@ -11,6 +11,7 @@ exports.onCreateWebpackConfig = ({ stage, actions, plugins, getConfig }) => {
11
alias: {
12
assert: 'fbjs/lib/emptyFunction',
13
'source-map': 'fbjs/lib/emptyFunction',
14
+ 'convert-source-map': 'fbjs/lib/emptyFunction',
15
'@babel/types': path.join(__dirname, './src/utils/babel-types'),
16
'buble/dist/buble.deps': path.join(__dirname, './src/utils/transform')
17
}
0 commit comments