-
### Installed product versions
- Visual Studio 2017
- extension on visual studio: 2.8.396
nugget package installed: 3.2.447
### Description
async await inside classes don't minify
### Steps …
-
This plugin is not working anymore for me.
No errors, just not minifying
Here is my _config.yml
```
title: BoomBoom
permalink: pretty
markdown: kramdown
exclude: [
'disclai…
-
Node JS
html-minifier wont minify a .txt file.
```
try {
download(message.attachments.first().url);
var minified = require('html-mi…
-
We've been using Combres for a long time and recently upgraded to v2.3.0.4 after one of our test servers experienced an issue where it failed to load JS/CSS resources. Although as it turns out that di…
-
In particular we should make sure to test minified version against the oldest browser we support to catch the minifier using too-new ES features
┆Issue is synchronized with this [Jira Task](https:/…
-
I'm not entirely sure what part of the stack might be causing this, but https://github.com/grigio/meteor-babel doesn't seem to have this issue:
When using the `let` keyword in a `.jsx` file, running …
-
Just updated to the newest version (1.6.7) and I am getting errors during static content deployment.
The Magento 2.4.6-p1 store with php 8.1 is showing the error:
`Error happened during deploy p…
-
js文件名都替换成index-ff3aa84bc13ec2a839abcd03494d77a3.js这种形式了,但是html里面依然是index-v1.1.js这种,导致载入失败
配置是默认的,哪里的问题呢
```
asset_pipeline:
revisioning:
enable: true
clean_css:
enable: true
ugli…
-
I was chatting with @unconed about using glsl-parser to handle the new structs and arrays that I using in a refactor of [ThreeJS's lighting BRDFs](https://github.com/mrdoob/three.js/pull/7324). He sa…
-
## vue数据更新, 视图未更新
在使用 vue 过程中,可能经常有遇到 `vm.items[i] = xxx` 修改数据model之后,视图未更新重新渲染问题,基于这个问题:
`Vue.js` 不能检测到下面数组变化:
- 1.直接用索引设置元素,如 vm.items[indexOfItem] = newValue;
- 2.修改数据的长度,如 vm.items.len…