Commit graph

3 commits

Author SHA1 Message Date
Jiachi Liu
e4f845b4b5
chore: mark build folder indexable (#54029)
x-ref: https://github.com/vercel/next.js/pull/51647
follow up for the code indexing issue for "build/**" folder, previous solution seem not working, trying just "build/**" without prefix
2023-08-14 22:17:34 +00:00
Jiachi Liu
04b26ffeb3
chore: make next/src/build files indexable on github (#51647)
`build/` folder is by default ignored by github, need to make them indexable for file searching

x-ref: https://docs.github.com/en/search-github/searching-on-github/finding-files-on-github#customizing-excluded-files
2023-06-22 11:32:42 +00:00
Tobias Koppers
4f212ee91d
the way towards webpack 5 typings (#29105)
Co-authored-by: sokra <sokra@users.noreply.github.com>
2021-09-21 19:17:16 +02:00