-
I'm using Webpack 2.1 beta 27 with TypeScript that generates ES6. When I use this plugin, I get errors like this:
```
stdin:7597: ERROR - The class in an extends clause must be a qualified name.
…
-
Hey,
for incorporation into already existing build steps, it would be nice to disable to minification and the creation of the source map. Any chance those options can be added?
-
Property mangling with `ignore_quoted: true` adds any quoted terms it finds to a global ignore list. For example:
```
function ReadJson(o)
{
this.bar = o["foo"];
};
function UnrelatedObject()
{
…
-
I'm pointing my bower.json to 1.1.2, and it just picked up version 1.1.4. During minification, it produced bad javascript, resulting in this error in the console:
Uncaught TypeError: (intermediate v…
-
Please make it optional to have a minification on the project, do not provide minified version of the scripts as only option.
-
I'am trying use closure library with closure compiler js and webpack (for client side of course)
Are you planning something like this?
-
Did someone forget to run the last step of the release?
```
yo release:publish components jsdiff dist/components/
```
https://github.com/components/jsdiff
-
UglifyJS is the fastest JavaScript minifier, but it STILL does not officially support ECMAScript 2015+ features that are native in Node 4+ and most browsers: https://github.com/mishoo/UglifyJS2/issues…
-
I don't use grunt and gulp, but this includes them.
They significantly increase file size.
Can you separate them to other package?
-
I ran a few benchmarks on the server (modifying https://github.com/paulshen/react-bench to not use jsdom). The results were surprising, as the browserified `react.js` was about **30% faster** than the…