andrewagain / gatsby-symlink-issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Symlink Issue

Seeing if it is possible to have Gatsby run its own babel processing on code that has been symlinked.

This is doable with vanilla webpack with symlinks: false as described here: webpack/webpack#1643

To Run

cd my-site
npm link ../common
npm run develop

About


Languages

Language:CSS 74.6%Language:JavaScript 25.4%