0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Gatsbyで変更してもブラウザに反映されなくなった。

Posted at

##はじめに
Gatsbyでreact-anchor-link-smooth-scrollのプラグインをインストールしたら、index.jsやその他jsファイルを更新してもブラウザが変更を読み込まなくなった。

ローカルサーバーを停止して、yarn devをしたら一回だけ変更が反映されたが、また変更が反映されなくなった。

yarn clean、yarn build、vscode再起動してもダメ。localhost:1729が読み込まれないし、無限にループし始めた。。

lsof -i :1729
kill -QUIT 7620

##解決方法

  1. ローカルサーバー停止(kill)
  2. chromeのキャッシュクリア(cookieと他のサイトデータ)
  3. yarn (gatsby clean)
  4. yarn build(gatsby build && yarn build:post)
  5. yarn dev( gatsby develop)

chromeのキャッシュクリアだけでも良かったかもしれない。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?