smakosh / gatsby-starter-i18n

Gatsby starter with i18n and some cool features
https://gatsby-starter-i18n-futt63hiu.now.sh/
MIT License
36 stars 7 forks source link

Refactoring #3

Open smakosh opened 5 years ago

smakosh commented 5 years ago

Todo

jamalla commented 5 years ago

Hi .. Thanks for the great starter .. Any update about Upgrade dependencies + Restructure files please ? I am trying to use this starter, however it throws some dependencies errors ..

smakosh commented 5 years ago

It has been done

jamalla commented 5 years ago

Hi .. thanks for the reply ..

jamalla commented 5 years ago

Hi .. I get 1 warning when do gatsby develop: WARNING Compiled with 1 warning

warning in ./.cache/gatsby-browser-entry.js "export 'enqueue' (reexported as 'prefetchPathname') was not found in './loader'

Does this comes from my local setup environment ?

smakosh commented 5 years ago

Cleaning your Gatsby cache will resolve the issue, try running gatsby clean

Gatsby keeps the cache folder to make build time faster than the first one.