Skip to content

Commit

Permalink
chore: 🤖 update
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Aug 15, 2024
1 parent 6e51475 commit 300ed1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/vite/src/node/plugins/asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export function assetPlugin(config: ResolvedConfig): Plugin {
if (rawRE.test(id)) {
const file = checkPublicFile(id, config) || cleanUrl(id)
if (config.command !== 'build') {
// @ts-expect-error
this.addWatchFile(file)
}
// raw query, read file and return as string
Expand Down
1 change: 0 additions & 1 deletion packages/vite/src/node/plugins/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ export function cssPlugin(config: ResolvedConfig): Plugin {

if (deps && !isBuild) {
for (const file of deps) {
// @ts-expect-error
this.addWatchFile(file)
}
}
Expand Down

0 comments on commit 300ed1e

Please sign in to comment.