eleventastic
eleventastic copied to clipboard
An Eleventy Starter Kit
Bumps [terser](https://github.com/terser/terser) from 5.6.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....
Posting what I did in case anyone else needs it: ### 1. Switch `node-sass` -> -`sass` As per [this issue](https://github.com/maxboeck/eleventastic/issues/28). ### 2. Remove `eleventy-img` eleventastic build was failing for me...
Heya! Thanks so much for this template! I've been learning a lot and appreciating it. I noticed when building on Netlify with node 16 and on macOS locally with node...
I am developing some front-end scripts in my projects, but it is hard to debug them, since webpack is not producing source maps. Apparently, `__scripts.11ty.js` processes and packages front end...
@maxboeck I have no issues when running in dev, but on build I get the error below. Mind you, all I did was clone this repo and didn't touch any...
I used this as a template for my project a few months ago, and there have been some great updates since. I am wondering how I could import the changes...
Getting error on `npm install` `m ERR! code 1 npm ERR! path /Users/sarhov/Documents/eleventastic/node_modules/sharp npm ERR! command failed npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) ||...