-
### Description
Some JavaScript minification tools support reducing the size of code even further by renaming properties. This is called property mangling in UglifyJS, or ADVANCED optimization mode i…
-
-
Running "node_optimize:dist" (node_optimize) task
Warning: UglifyJS.parse is not a function Use --force to continue.
-
We use Jekyll Assets with great passion in our static sites but we've been getting continually frustrated with Uglifier not supporting ES6 syntax like below:
```js
class ExampleClass {
static g…
-
When recently changing our catalog project, the build is no longer working giving an UglifyJs error:
```
✖ Failed to compile.
static/catalog.1b819263.js from UglifyJs
Unexpected token: name (s…
-
`ERROR in main.bd7660f6a0edce0df7ea.js from UglifyJs
Unexpected token: keyword (function) [main.bd7660f6a0edce0df7ea.js:1498,6]
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! iview-project@3.0…
-
-
Hi,
we use the following command line:
uglifyjs -m --ie8 -c sequences=true,unused=false,toplevel=true --source-map --output _prelude.js < prelude.js
Could you please update to newer uglify.js…
-
Jumped back to an older Ruby on Rails project that runs on Blendid, has React baked in, and without doing anything to my own code I started getting the following during the build to production:
``` …
-
The package is working great but my terminal keeps throwing this error whenever I compile my bundle.js
More annoying than anything haha.