-
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 …
-
**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.…
-
### Expected behavior
For example let -> var
### Actual behavior
es6 doesnt get transpiled to simple js
### Steps to reproduce the behavior
I am using babel plugin and vue plugin for rollup.
…
-
Hi all! I get something strange error, maybe i did wrote wrong config file.
But if the file is styles.css present @charset "UTF-8", the parser generates an error.
Example index.js
``` js
require('./…
-
When updating to react easy state to react 16.1.0 the rollup build hangs after printing `src/index.jsx → dist/bundle.js...`
-
Howdy! Similar to https://github.com/krausest/js-framework-benchmark/issues/230, I want to try and make sure the additions I make here are as equitable as possible.
With that in mind, what kind of …
-
What about `tree-shaker` or `tree-shaking`? Why not `frog` - free, short, animal, cool?
***
Hi there. Just playing around more deeply last few days with Rollup and Webpack.
Rollup is extremely …
-
I'm opening this issue because npm is crashing.
This message is showed:
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!
npm ERR…
-
It's completely unusable and inaccessible currently, or i'm an idiot :D In package.json don't have `files` field and only expose `main` that is to not existing file.
Currently i clone, compile with…
-
Babili is a minifier. Removing comments is part of minification.
https://github.com/babel/babili/issues/217