x0
x0 copied to clipboard
Document & develop React components without breaking a sweat
I was having issues using `x0` within a project which already had babel 7 as a dependency. For reference the error was; > Error: Requires Babel "^7.0.0-0", but was loaded...
This seems like a great project but almost nothing has happened for a year. Are there plans to maintain this in the future?
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 2.13.1 to 3.6.0. Release notes *Sourced from [webpack-bundle-analyzer's releases](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases).* > ## First test with Lerna monorepo > [th0r/webpack-bundle-analyzer#98](https://github-redirect.dependabot.com/th0r/webpack-bundle-analyzer/pull/98) Changelog *Sourced from [webpack-bundle-analyzer's changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md).* > ## 3.6.0 >...
I installed from within a docker container, so this is most likely busted for all new installs. I did some digging, seems like docz had a similar issue and it...
First off amazing library! From what it appears one is unable to to currently use any component utilizing hooks with `x0` when producing the static website. This works wonderfully via...
Fixes: https://github.com/c8r/x0/issues/119 Since `webpack-dev-middleware` version 3.6.1 has been released, `koa-webpack` (imported by `webpack-serve`) breaks with that version and running x0 locally doesn't work. Since `webpack-serve` is using non-fixed versions, and...
When I run x0 with the docs folder, the local server starts, ``` C:\Users\SWK\Desktop\x0>x0 docs x0 @compositor/x0 x0 dev server listening on http://localhost:8080 (copied to clipboard) ``` but I can't...
x0 is generating nested anchor tags from md to html. you can replicate by creating a `md` file with a `h1`: ``` // hello.md # Hello world ``` And render...
I'm attempting to use styled-components with their babel plugin, so I can specify a `css` prop like so ```jsx ``` It appears this plugin only works with babel 7.0+ (babel...
Fixes #104