Rico Kahler

Results 58 comments of Rico Kahler

> This will do the trick until I can fix a couple dependencies that need to move react and react-dom to dev and peer deps. @ajcrews (I might have missed...

@dwjohnston my workaround for `create-react-app` was to create a webpack config for development. `create-react-app` internally uses webpack, webpack-dev-server, and the babel-loader so creating a webpack config just for development wasn't...

@vipulbhj i opened this issue and then i got busy, then i forgot to work on it 😅 please finish what i started lol

I recently discovered the project [`tsconfig-paths`](https://github.com/dividab/tsconfig-paths). It's almost perfect… but it's not a babel plugin 😅. It seems very stable and has [the right APIs](https://github.com/dividab/tsconfig-paths#programmatic-use) to get this done pretty...

I gave the above a try and it works! ```js // babelrc.js const fs = require('fs'); const { createMatchPath, loadConfig } = require('tsconfig-paths'); const { resolvePath: defaultResolvePath, } = require('babel-plugin-module-resolver');...

I did eventually publish a babel plugin for the above: [`babel-plugin-tsconfig-paths-module-resolver`](https://github.com/ricokahler/babel-plugin-tsconfig-paths-module-resolver)

Yeah that's definitely a weird result. I'll take a look later today this week. My gut says that it's an artifact of parsing to HSL and then back to hex...

My schedule has been pretty hectic and I haven't really investigated too deeply into this. Quick pulse check: how important is this issue to you? Do you have a specific...

Hi @FredKSchott , Thanks for notifying me on this issue. I have yet to test this lib in React 17 so that could very well be the issue. There's also...

> Hey @ricokahler, I really like the premise of Hacker-UI, a simple design system that's decoupled from company branding. I wonder if you can explain a bit deeper your vision...