Results 5 comments of cloudle

For my case, I just figured out that @swc compile the output to `es6`, switch to `commonjs` solve it. ```js const swcConfigs = { module: { type: 'commonjs', }, }...

Hmm, that's been a while.. didn't have chance to write docs for this repo yet. I'll ping when it's ready.

Created [pull request](https://github.com/yayoc/swagger-to-flowtype/pull/63), hope it will be merge/release on `npm` soon.

Thanks @SeanFelipe, you're correct about "lower case" file name. And that bug actually fixed in recent `react-universal-ui` update.. This repo actually deprecated by release of `ruui-cli`. _(it's currently using `react-universal-ui@^0.2.14`...

I'm also experimenting way to allow override webpack config using `ruui-cli`. For now, we could create `ruui.configs.js` under root of the project generated by the `ruui-cli` like this: ``` //ruui.config.js...