-
rollup.config.js
```js
// Rollup plugins
import babel from 'rollup-plugin-babel';
import resolve from 'rollup-plugin-node-resolve';
import commonjs from 'rollup-plugin-commonjs';
import repl…
-
#### Got an error when packing lodash
The error is:
> [!] (rpt2 plugin) TypeError: this.emitFile is not a function
> TypeError: this.emitFile is not a function
> at emitDeclaration (D:\wor…
-
### Acceptance criteria
**Given**
* User has chosen country, city and date
**When**
* When user has chosen the above
**Then**
* The user is shown the clothing recommendations
**Happy cas…
-
Hi all,
Quite new to python and jupyter. I've installed, uninstalled, and re-installed Anaconda3 a few times on my computer, but each time doing complete un-installations.
Recently, I installed …
-
I am experiencing problems with `setInterval()`. This is because `componentWillUnmount()` is not getting called when the view is refreshed on key presses. I am making a network request every minute on…
-
Running into this problem while trying to use this plugin.
```
Illegal reassignment to import 'commonjsHelpers'
Error: Illegal reassignment to import 'commonjsHelpers'
at error (/Users/mike…
-
The one-click deployment (without touching parameters) fails. Build log contains:
```
-----> VIPS app detected
-----> Installing libvips
Downloading libvips and unpacking
libvips …
-
Thank you for the template @Rich-Harris !
I see that there is no Babel/Buble plugged to this template.
Do you think it should be done (for consumers who will use index.[m]js) ? Or should they …
-
Hello,
I thought you might want to know that my experience with click to deploy on Heroku was not seamless.
![image](https://user-images.githubusercontent.com/57289187/68070599-00d56080-fd47-11…
-
I have a use case where I only need the JSX feature of Bublé, and I'm using it in the browser.
The issue I have is that all the unused logic for varous ES6 transpilation features is included in the…