-
Hi Drew,
I've been wanting to write a Prettier plugin for Cobalt UI to familiarise myself a bit more with the tool. The rationale behind plugins for Prettier/ESLint is simple: having it pre-written…
-
### Is this a bug report?
Yes,
The production build of a TypeScript project requires almost an hour to complete.
I have tried many different version combinations all with the same result; either…
-
I'm getting this error using snowpack
`Dependency Install Error: Package "svelte-persistent-store/dist/local" not found. Have you installed it?`
Package was installed correctly with npm.
Any id…
-
- Reference Issues: (#750)
- Implementation PR: (leave this empty)
# Summary
Standardize the building and packaging of all bigtest compiled artefacts.
# Basic example
The build tooling sh…
-
I really like the browser error overlay that we get for compile errors (_server.hmr.overlay_). But runtime errors still appear only in console. It would be nice if runtime errors could also be display…
-
Maybe you are not aware of it, but Vite has a [working implementation of ESM-based HMR](https://github.com/vuejs/vite/blob/master/src/node/server/serverPluginHmr.ts) that covers most of the proposed u…
-
Currently a module that uses commonjs features like `exports` and `require` will translate to a default export exporting the `module.exports` object.
But some packages like `react` rely on bundlers…
-
## Summary
Allow selection of package manager (npm, yarn) during setup.
## Motivation
NPM, with all its flaws, is still the most popular package manager. Also, the package managers come and g…
-
After working through #1206, with @ryanblock's help, my static site is again broken! I don't think this is a bug in Arc, but I do wonder if Arc is configuring something in AWS that I don't know about.…
-
When using `babel-plugin-relay`, `graphql` template tag calls are converted into a function that uses `require` to load another file.
It would be nice to be able to opt-in to using an ECMAScript mo…