-
Support dynamic import :
https://developers.google.com/web/updates/2017/11/dynamic-import
module.js :
```
export const foo = _ => {
console.log('foo');
}
```
main.js :
```
const main…
-
Google Amp has performance-related restrictions such as custom tags, all css is inline, no js on page load, no script tags on main page, iframes can have js since it would not block page load, etc.
…
-
I'm trying to convert my Nuxt application to Sapper and I've come across a bit of a roadblock.
In my Nuxt application, I have a layout file which simply includes bulma's SASS version:
```js
…
-
I'm really liking this projects simple aproach and small filesize. 80% of the time I have no need for a full-fledged client-side GraphQL framework so it's a great fit for most projects.
My only gri…
-
**Describe the bug**
Dev builds fail due to missing `/__sapper__/dev/build.json` file. It seems to be a race condition.
I use rollup, not sure about webpack but I would assume they are both run in…
-
If you use `graphql-tag`, you need to `print()` your queries when passing them to `graphql-request`. It would be helpful if you could pass in those AST queries directly.
-
- Operating System (or Browser): Arch Linux
- `chalk` Version: `3.0.0`
- Node Version: `13.7.0`
- TypeScript Version: `3.7.5`
### How Do We Reproduce?
1. Import `chalk` in a TypeScript projec…
-
Vidact compiles your React source codes to VanillaJS code with No Virtual DOM.
It has the only other source files.
vidact - JSX to Precision DOM
svelte.dev - svelte file to Precision DOM
What …
-
Hello!
This morning I had a discussion on [twitter](https://twitter.com/matthewfazza/status/1143195849641435141) with @Rich-Harris and a few others about the UX around the degit starter. Althoug…
-
As initially discussed in https://github.com/igorshubovych/markdownlint-cli/issues/44, it would be great if markdownlint could pic up ignore rules from `.gitignore` files. With a flag suggested by @Da…