Ivan Pazhytnykh
Ivan Pazhytnykh
Fixed by setting up following env variables: - `BUNDLESIZE_GITHUB_TOKEN` - `CI` - `CI_COMMIT_SHA` - `CI_REPO_OWNER` - `CI_REPO_NAME`
@jakebolam, @siddharthkp [@pvdlg/env-ci](https://github.com/pvdlg/env-ci) allow read `prBranch` for AppVeyor, CircleCI, Drone, Semaphore, Travis CI, Wercker and more
I use it in my project https://github.com/lybros/sfm and it's work. Also I provide sample, so you can test it.
@jamiebuilds, @jamesplease What's about the following api: There are two modes: `radio` (when you just select one state from options) and `duplex` (when second click on selected item resets to...
I found, that `next.js` [ignore](https://github.com/zeit/next.js/issues/706) the `node_modules` directory from being compiled by babel. Is there any possibility to import transpiled version of `Dante` component?
Since `next.js` does the server-side rendering I get `ReferenceError: window is not defined` when importing `Dante`. (as well as in #40 I need ssr articles for seo optimization) So is...