-
``
this code throws error
`ERROR in ./pages/info/bandori.vue?vue&type=template&id=a52cddae& (./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/l…
i0rph updated
5 years ago
-
My project has two external dependencies I'd rather not make peer dependencies, and one of them, Joi, appears to have flow typings. When I run microbundle with `--external joi` or `--external all`, I …
-
I have an application that's listening to a kafka topic. The application is reactive java, and uses spring kafka. We inject a middleware code for kafka that allows us to set up retries whenever an e…
-
I couldn't find any loader available that would permit writing actual tests in ES6. Same apples to testing code which is written in ES6. I managed to write tests that run against Babel transpiled ou…
-
Scenario: GobbleJS workflow with merge nodes, and a rollup transform with some rollup plugins, like:
```
var code = gobble([txt, js])
.transform('rollup', {
entry: 'main.js',
dest: 'dist/main…
-
See what I'm talking about either here: https://gist.github.com/3065811
Or here: http://screencast.com/t/wAQdkxCp
In the first scenario, an error is masked, which properly bubles up to be displayed i…
Wizek updated
5 years ago
-
Hey!
I'm getting the error "Error: Unexpected token" with this code:
```js
class Base {}
export default () => {
return class extends Base {};
};
```
If I change it to:
```js
class …
-
After following the "Packaging Vue Components for npm" cookbook page, I got stuck with the following error:
```
src/wrapper.js → dist/mfwebtk.esm.js...
(!) Error when using sourcemap for reportin…
-
First of all, thanks for creating this plugin!
It seems like the regex rule doesn't work in Windows for scoped package.
## Investigation
Upon investigation, it's because the scoped package pa…
-
## The devDependency [buble](https://github.com/bublejs/buble) was updated from `0.19.6` to `0.19.7`.
🚨 [View failing branch](https://github.com/webtorrent/webtorrent-desktop/compare/master...webtor…