We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e4cb8 commit 874b09aCopy full SHA for 874b09a
packages/gatsby/gatsby-node.js
@@ -39,7 +39,6 @@ exports.onCreateWebpackConfig = ({ plugins, getConfig, actions }) => {
39
include: 'public',
40
// Ignore files that aren't users' source code related
41
ignore: [
42
- 'app-*', // related to Gatsby itself
43
'polyfill-*', // related to polyfills
44
'framework-*', // related to the frameworks (e.g. React)
45
'webpack-runtime-*', // related to Webpack
0 commit comments