Eduard Jacko
Eduard Jacko
HI guys. I'm just wonder how you feel about extending webpack.config? Same or similar way as Storybook did it https://storybook.js.org/configurations/custom-webpack-config/? In that way you'll give more power to the end...
ok so fixed failing test by running yarn build. Then I end up with
Thanks for quick respond. I would guess is all test are executed concurrency which using same Context. Eg: ``` render( ... , app.stage ); ``` If you create new AppContext...
is there a pull request for this?
Thank you for this project! However I think the whole project need to be updated. I tried to develop on it, but I've got couple errors. Hopefully I will have...
avaron - In your project you are using styleguidist. Isn't that enough? flowtype - To be honest I tried flowtype and run into more issues then resolved. However, that was...
are you referring to src/styles? Are those styles duplication of bulma.css?
why not just use sass from bulma in node_modules?
same issue. The problem is `Error: Cannot find module '/Users/liamdawson/w/@electron-forge/cli/dist/electron-forge-start'` but it missing node_modules in path 🤔
to fix it the `electron-forge-vscode-nix` file must be change from ``` #!/usr/bin/env bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" ARGS=$@ ARGS=${ARGS// /\~ \~} node $DIR/../../../@electron-forge/cli/dist/electron-forge-start --vscode --...