-
I would like to type my config files but the default `ConfigFile` type expects properties that are not needed.
```ts
import {ConfigFile} from '@beemo/core';
const config: ConfigFile = {
mod…
-
Looking at https://milesj.gitbook.io/beemo/tool/events, I don't understand whetehr I make a file `src/index.ts` and that's it or whether I also need to run ts to create `lib/index.js`.
-
Hygen 5 seems to depend on ts-jest leading to this warning:
```
@beemo/core > hygen > ts-jest@24.3.0" has incorrect peer dependency "jest@>=24
-
I want to preconfigure a driver but allow consumers to easily customize the driver. For example, I want them to be able to pass whether they want a config for node or the browser. More specifically, I…
-
**Do you want to request a _feature_ or report a _bug_?**
Bug report.
**What is the current behavior?**
I'm converting one of my projects to TypeScript here: https://github.com/milesj/optimal…
-
Hey Miles! 👋
Working on a Jest Beemo config, I have noticed that [driver-babel is depended on by driver-jest](https://github.com/beemojs/beemo/blob/master/packages/driver-jest/src/JestDriver.ts#L12…
-
@milesj would it be possible to update webpack driver to webpack@5?
-
**Do you want to request a *feature* or report a *bug*?**
Bug report.
**What is the current behavior?**
My build scripts started failing after a recent `yarn install` and I noticed that certa…
-
I followed the instructions in the readme (clone, install, bootstrap), but even after that, none of the package commands work. They all fail with the same "invalid tool" error:
```
$ npm run test
…
-
Any plan to support Webpack 5, Typescript 4 and ESLint 7?
moyus updated
4 years ago