Skip to content

Commit

Permalink
fix(gatsby): Include app-* entrypoints as they may include user sourc…
Browse files Browse the repository at this point in the history
…e code (#5685)
  • Loading branch information
Auspicus authored Sep 21, 2022
1 parent 17e4cb8 commit 874b09a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ exports.onCreateWebpackConfig = ({ plugins, getConfig, actions }) => {
include: 'public',
// Ignore files that aren't users' source code related
ignore: [
'app-*', // related to Gatsby itself
'polyfill-*', // related to polyfills
'framework-*', // related to the frameworks (e.g. React)
'webpack-runtime-*', // related to Webpack
Expand Down

0 comments on commit 874b09a

Please sign in to comment.