You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change a file's extension: mv src/utils.ts src/utils.tsx
You will see error:
ERROR in ./src/utils.tsx
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: ENOENT: no such file or directory, open '/webpack-reprods/src/utils.ts'
@ ./src/index.ts 1:0-32 2:0-5
It's still trying to find the src/utils.ts which doesn't exist any more.
If you kill the process, and rerun yarn start, it still fails unless you delete the ./.webpack_cache folder
The text was updated successfully, but these errors were encountered:
Reproducible steps:
yarn install
yarn start
- let it build and store the cachemv src/utils.ts src/utils.tsx
You will see error:
It's still trying to find the
src/utils.ts
which doesn't exist any more.If you kill the process, and rerun
yarn start
, it still fails unless you delete the./.webpack_cache folder
The text was updated successfully, but these errors were encountered: