-
-
Prior art:
> https://github.com/babel/babili/pull/387#issuecomment-274878437
Some optimizations which involve creating new functions or replacing or adding new functions or variables could be simp…
-
If you minify the following functions only one of the unused class declarations is removed.
```js
function fn(base) {
class foo extends base {}
}
function fn2(base) {
class bar extends bas…
-
### Description
building with ` "js": { "minify": true }` breaks polymerfire. Cannot read the database anymore and get error messages like: `FIREBASE INTERNAL ERROR: Server Error: ClientId[7309775…
-
https://github.com/WorldWideDev/React-Exercises/blob/4d889f16fb7dc1fd3470dc5a34b6ddaff7316656/tooling-apis/memory-game/src/components/App/App.js#L119
This is a js feature that hasn't been fully acc…
-
yarn install v1.13.0
warning package.json: No license field
info No lockfile found.
warning cuni@0.0.1: No license field
[1/4] Resolving packages...
warning babili-webpack-plugin > babel-preset-b…
-
This is due to Uglify not supporting ES6+.
Take `-p` out of the build command and manually pass the NODE_ENV instead if needed.
samhh updated
7 years ago
-
I think we should incorporate [Babel](http://babeljs.io) via [babelify](https://github.com/babel/babelify) to the standard/default workflow.
After that, **all applications based on Genesis should…
-
**Describe the bug**
There is a bug in the minification of the following code.
**To Reproduce**
[babel try it out](https://babeljs.io/repl/#?babili=true&browsers=&build=&builtIns=false&spe…
-
## Bug Report
**Current Behavior**
Comments are removed when a plugin uses `replaceWith` on an import declaration, for example in `babel-plugin-transform-es2015-modules-commonjs`.
**Input Code*…