Quick demo of the issue I'm having using webc:for
with eleventy --serve
.
- Run
npm install
- Manually add unreleased webc dir to
/node_modules/@11ty/webc
- Run
npm install
again - Run
npm run start
- Confirm posts appearing as expected at http://localhost:8080/
- Add junk text to
src/index.webc
, save and see no issues with build - Add junk text to any other file, save and NOTE ERROR IN BUILD
To get a successful build from here, you can:
- Stop the server and start it again, OR
- Resave
src/index.webc
(with a change)