FredKSchott/snowpack

[BUG] Mounting of a generated directory breaks the build

stefanfrede opened this issue · 0 comments

Bug Report Quick Checklist

  • I am on the latest version of Snowpack & all plugins.
  • I use package manager npm.
  • I run Snowpack on OS Linux.
  • I run Snowpack on Node.js v12+

Describe the bug

Mounting a generated directory (11ty => _site) breaks the build (it is just working fine in developement).

To Reproduce

  1. Checkout https://github.com/stefanfrede/11st-starter-kit.
  2. npm install snowpack@3.1.2.
  3. npm run build.

Expected behavior

Snowpack should build my project without throwing an error.