Edvins Antonovs
Edvins Antonovs
This is how I got it to work ``` node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js ```
I have similar issue but my component library is bundled with rollup instead of the webpack. I get this issue ``` ./node_modules/@xyz/xyz-ui-components/src/HelloWorld.tsx 6:12 Module parse failed: Unexpected token (6:12) You...
@ppanthony Yeah, tried to play around it: ``` { "presets": [ "@babel/preset-env", "@babel/preset-typescript", "@babel/preset-react" ], "plugins": [ "styled-jsx/babel", "@babel/plugin-proposal-export-namespace-from", "@babel/plugin-proposal-export-default-from" ] } ``` Wit hthe babelrc above I get the...
@ppanthony Found this gem: https://www.npmjs.com/package/create-react-library, a bit of the configuration and reading issues, was able to setup and publish library with hours (scss, ts, jest, etc everything works straight outta...
That's a good point.
@sarvex Do you want to make a PR and update outdated information?
Documentation page clearly needs to be updated. Not sure if it's going to be anytime soon as Bottr hasn't been recently updated.
I will take a look at it over the weekend.
Currently, all the examples are located [**here**](https://github.com/Bottr-js/Bottr-Examples). At some point, we need to migrate it into this repository in `gh-pages` branch.
Deployed the same bot to heroku, it has absolutely the same behaviour there. All api calls are made correctly, yet nothing in the reply.