-
Hi,
when I try uglify, it overwrites all .js files, but they contet is only one single word "undefined".
![image](https://user-images.githubusercontent.com/6713920/29700887-773faf1e-8968-11e7-821…
-
Run running against the test suite, got error on Uglify scenario
```
============ Running pack with uglify (long running) ============
info: Generating project files/metadata
info: Webpacking pr…
-
## What problem does this address?
`npm` reports several warnings about deprecated packages when installing the dependencies the first time. In an effort of cleaning up the dependencies, it would…
-
I have below,
My issue is that the task HiThere NEVERS runs due to 'build' not returning. can you advise
```js
gulp.task('build', function() {
return gulp.src(['./index.html'])
.pipe…
-
Hello,
Thanks for you work.
I tried today to test your projet, I got this warning
```sh
npm WARN deprecated babel-preset-babili@0.0.12: babili has been renamed to babel-minify. Please update…
-
现在的uglifyjs版本处理这段代码时
``` javascript
var warning = function() {};
if (process.env.NODE_ENV !== 'production') {
warning = function(condition, format, args) {
/* ... */
};
}
```
会生成以下的代码(生产环…
-
I know this there is an open issue on this thread already, however, most of the info on that thread is about deploying from a windows machine.
I am having problems with 'cordova-uglify' on my windo…
-
What people actually care about w.r.t. build times is usually the end-to-end time. Talking with @skevy, we were saying a typical production build pipeline will transpile and minify, which previously e…
-
Hi,
I originally came because I had an issue with some uglified output in safari (for backstory its something similar to https://github.com/mishoo/UglifyJS2/issues/1753 but not directly related), b…
-
**Note: for support questions, please use one of these channels:**
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
#### Short description of the problem:
I got this …