Seth
Seth
I'd be happy to help @sethvincent.
I think one of the main challenges is arrow functions and how they work. `const func = x => x` `const func = (x, y) => y` ```js const func...
@Brett-A-Clark if this is your exact code: ```javascript let fruit = 6 if(fruit > 5) { console.log("The fruit name has more than five characters"); } else { console.log("The fruit name...
For those looking for an implementation that they can use right now here's how I have done it. I added `minify.js` to the root of my project with this in...
> So, this exists: https://github.com/WebReflection/ucompress > > I guess there's no need for this project to handle that? Nice! @fabiosantoscode my personal opinion on a tool like `terser` is to...
What @benjtinsley wrote above works for me.
The upside to the current implementation is the `ttl` can be backwards applied to formerly cached assets if needed.
No particular use case. Just wanted to highlight the differences for discussion 😃.
@anton-yurchenko it works when the tag has a `v` prefix without any changes to the `CHANGELOG.md` file.
> I could not recreate this issue using the provided workflow and changelog files. Please check your environment and the relevant files again; there might be some global environmental variables...