-
When using rollup-watch directly, without the CLI (which I am doing because I need events to fire in response to build events), errors raised in plugins appear to halt the watching process. Here's som…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. create a new project using vue cli
2. install apollo cli using npm…
-
I'm not sure if it's the right title for the issue, let me know if there's a better one.
I've used x0 on my main laptop and it worked fantastic, but when I tried setting it up on another one, I can…
-
I've been looking at replacing Webpack + Babel with Rollup + Bublé for some small projects I'm working on, and very much resonated with the zero-config approach.
However, one thing that I consisten…
-
Hi there,
I've noticed that the following code, after transpilation, fails to accurately reproduce behaviour (let's call it `test.js`):
```
for (var r = 0; r < 1; r++) {
let e = 1;
let o…
-
npm ERR! Darwin 16.0.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "laravel-elixir-webpack-official" "--save-dev"
npm ERR! node v4.6.1
npm ERR! npm v2.15.9
npm ERR! code EPEERI…
-
After running `npm run dev`I get errors:
```
ERROR Failed to compile with 3 errors …
-
When an NPC damages the player with this addon installed on the x64 / chromium branch a lua error occurs.
Of course I made sure to disable all of my addons except Wiremod and CAP when testing this.
…
-
Hi there, have been using this setup for a bit now but I noticed error reporting is way off when using buble.
For example: Let's trigger an error with plain riot:
(13): tags/radiochannelite…
-
### 💻
- [X] Would you like to work on this feature?
### What problem are you trying to solve?
I am working on a browser-based code editor. I want this editor to support JSX. The editor currently us…