-
```
SyntaxError: In strict mode code, functions can only be declared at top level or immediately within another function.
```
It happens in node 0.10 and 0.12, but doesn't happen in 4 and 5.
-
While we're currently using `babili` for our production builds, both https://github.com/Rich-Harris/butternut and https://www.npmjs.com/package/uglify-es might be viable options.
We should do a bit…
-
### Description
After upgrading to React 16 beta, I get the following error from all react-vr components:
>Unable to resolve module `react/lib/ReactPropTypes` from `[...]\node_modules\react-vr\Lib…
-
Babili is renamed to babel-minify Ref: https://github.com/babel/minify/issues/124
+ [x] Change name to rollup-plugin-babel-minify
+ [x] Publish to npm after babel-minify is published. I have the …
-
After `mingo` `package.json` added `"module": "index.js"`, webpack seem will pick `index.js` as the entry point and which is es6.
However, the [UglifyJs](uglifyjs-webpack-plugin) will complain bec…
-
**Library Affected**:
sw-lib
**Browser & Platform**:
All
**Description**:
My old manual service worker that does basic caching for a set of URLs with a simple version key went from 1k to 45k.…
-
This lib needs some Babel plugin? I tried to replicate the examples, but I get this error:
```
Uncaught TypeError: Class constructor ServiceProvider cannot be invoked without 'new'
```
I am using …
-
Hey there!
When I attempt to `npm run build` after `npm install`ing, I am running into the following error:
> [!] (fable plugin) Error: Z:/fable-repl/src/fcs.fs(5,15): (5,21) error FSHARP: The n…
-
Babili is a minifier. Removing comments is part of minification.
https://github.com/babel/babili/issues/217
-
#### Input Code
```js
```
#### Actual Output
```js
```
#### Expected Output
```js
```
#### Details
This is more a question about process than about code generatio…