-
I've been using fusebox for a while now in production, definitely liking it. After upgrading from 4.0.0-next.447 to 4.0.0, without any other changes (or any change to the build file). The build proces…
-
```
- editor
- web-ui
- fuse.ts
```
I'm trying to watch `editor` in the example above. The following config does not do it:
```
const fuse = fusebox({
// omitted
watcher: {
in…
-
Hey, I'm using fusebox without React, but I can't find any docs for the HMR api. With webpack you can of course use `module.hot.dispose` and `module.hot.accept` to customize how hot reloads affect the…
-
## Describe the bug
When an custom component is added which adds new functions composer is flagging them as invalid.
## Version
1.3.1-nightly.220254
## Browser
- [x] Electron distr…
tomlm updated
3 years ago
-
Importing a json file without JSONPlugin() produces this error message, which is hard to correlate to the actual problem. Would be great if error message were more descriptive so it is easier to intro…
-
Hi,
When trying to update my angular app built using @ngtools/webpack from angular 12 to the upcoming angular 13, I get the following error at runtime:
```
JIT compilation failed for injectable…
-
I'm trying to set up a TypeScript project with the vue-class-component decorator support.
Everything seems to be fine, the application compiles properly and works fine as well but there's one thing…
-
In chrome with react, the source maps and error messages do not line up my original code: there are added underscores and the line numbers are different. React dev tools doesn't recognize the app. Is …
-
## Describe the bug
I added multiple packages from a custom source. The installed only shows 1 of the custom packages in the UI.
## Version
1.3.1-nightly.220254
## Browser
- [x] El…
tomlm updated
3 years ago
-
```
ERROR in ./node_modules/effector-storage/local/index.js 1:58-95
Module not found: Error: Can't resolve '../storage' in '/xxx/node_modules/effector-storage/local'
Did you mean 'index.js'?
BREAK…