Skip to content

Commit 874b09a

Browse files
authored
fix(gatsby): Include app-* entrypoints as they may include user source code (#5685)
1 parent 17e4cb8 commit 874b09a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/gatsby/gatsby-node.js

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ exports.onCreateWebpackConfig = ({ plugins, getConfig, actions }) => {
3939
include: 'public',
4040
// Ignore files that aren't users' source code related
4141
ignore: [
42-
'app-*', // related to Gatsby itself
4342
'polyfill-*', // related to polyfills
4443
'framework-*', // related to the frameworks (e.g. React)
4544
'webpack-runtime-*', // related to Webpack

0 commit comments

Comments
 (0)