-
Hello!
I first off want to thank you for creating this amazing set of tools and plugins.
I'm receiving an error when trying to run `yarn dev` on Windows 10 Enterprise with Yarn 1.9.4. The app wa…
-
I am [trying out fusion](https://github.com/ratson/fusion-apollo-material-ui-boilerplate), but stuck in implementing `Mutation` (http://localhost:3000/counter), and cannot find any documentation about…
-
newer versions of fusion expect all node_module dependencies to support 'use_strict` which would be a breaking change. I'll be adding more detail here but creating the ticket now to track internally.
-
The files exist in `_static` but chrome isn't loading them. I believe this is because the `//# sourceURL= ...` directive isn't being added to the minified code.
-
Due to [this line](https://github.com/fusionjs/fusion-plugin-i18n-react/blob/master/src/with-translations.js#L43), the component that withTranslations wraps loses its context. This is very harmful whe…
-
### Type of issue
Bug
### Description
I've wrote HTTP endpoints manually by using a plugin middleware. When I import 'koa-bodyparser' in the middleware, the code compiles successfully but it give…
-
### Type of issue
Bug
### Description
After upgrading from 1.1.1-1 to 1.2.1-0 translated strings are not loaded in the browser, instead the keys are displayed.
### Current behavior
Tran…
-
### Type of issue
Bug
### Description
If you import `ansi-color` package and attempt to `fusion {dev/build}` to bundle the project, the build fails with this error:
```
SyntaxErro…
-
To reproduce:
````sh
yarn create fusion-app common-js-bug-app
cd common-js-bug-app
````
Create a commonJS dependency.
````diff
diff --git a/src/common-js.js b/src/common-js.js
new file mod…
-
Currently the Translate component wraps around the translation `Bonjour` by default. Has any thought been given to using a React `` in instead of forcing the extra markup?
https://github.com/fusion…