Jim Blue
Jim Blue
Hi @morishitter , I was juts wondering if this library is still maintain as I see so many unfixed issues that are pretty old. Also the last release is 1...
**Describe the bug** Getting this warning while installing NPM packages: ```bash npm WARN [email protected] requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself. npm...
Hello, I have the following **Purge CSS Plugin** configuration in Webpack 4 : ```js new PurgeCssPlugin({ paths: glob.sync(Settings.filesToPurge, { nodir: true }) }) ``` And my source map look like...
To use purge-css in the same way everywhere, it could be nice to use `purgecss.config.js` for the Webpack plugin. The best option would even be to deep merge both option...
Hi, First thank for your amazing work on Shifty I love it !! I use it everyday nothing to complain about really 😄 ! I've configured Shifty to disable **night...
### Environment * Operating System: **MacOS Mojave 10.14.4** * Node Version: **10.15.1** * NPM Version: **6.9.0** * webpack Version: **4.30.0** * ${package} Version: **2.24.4** ### Expected Behavior **errors** shoud always...
Firstly because google is no the only search engine but also because it's a pain in the ass to write multiple time the same information, it could be nice to...
SEO is not needed sometime for some pages. I could be nice to add a dropdown with a pages list to be able to disable SEO for a define page...
Actually Statamic provide support for Algolia which is very nice but also very expensive. There is a very nice free alternative to it call TNT search, maybe you now it?...
In Statamic 2 I was doing: ```twig {{ bard_field | flatten | join | strip_tags | read_time }} ``` But in Statamic 3 the data structure has change and it's...