-
## The devDependency [react-styleguidist](https://github.com/styleguidist/react-styleguidist) was updated from `9.1.4` to `9.1.5`.
🚨 [View failing branch](https://github.com/geops/react-spatial/comp…
-
Hi,
Thanks for all of the work on this, we're having a slight issue with 0.6.50.
The latest release of d3plus-common (0.6.50) has not been babelified (or whatever you are using to make it es5 co…
-
Looks like rollup v0.65.2 fails to parse `kotlin.mode.js`
```
$ node --version
v12.4.0
$ npm --version
6.9.0
$ npx rollup --version
rollup v0.65.2
$ npm run build-kotlin
> google_modes@1.…
-
Trying to resolve a different issue with Sass loading, I wanted to upgrade to the latest version of webpacker.
Initially, my build works:
$ bin/webpack
Using rake 12.3.0
Using conc…
-
When using React, for example, and defining [defaultProps](https://reactjs.org/docs/typechecking-with-proptypes.html#default-prop-values) will not allow rollup to tree-shake the class from the outputt…
-
### What problem does this feature solve?
I want to be able to apply a babel to all my code, not just the part, but also the code expressions in part.
I think it's of general usefulness to be ab…
-
I have this test case.
_(It was part of a way bigger block, I just managed to narrow it down to this)._
As it is, _it removes the comma at the end of line 15_. It also removes it if it is in the …
-
I've made some test to use the [es6 default parameters](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters) in the library.
For example for the `constrai…
fredj updated
5 years ago
-
I know buble produces faster code, and I imagine that is why you use it. I've found two issues:
1. the rest operator does not work _inside of vue components only_ - it works just fine in, for examp…
-
This is useful for quick tests of for easy CLI piping:
```sh
echo 'console.log("Hello!");' | rollup
🚨 You must specify an --input (-i) option
```
Browserify supports it:
```sh
echo '…