mnlbox

Results 38 comments of mnlbox

@nmaro Any plan or roadmap for add Postgres support? If Postgres support work then we can use it with other tools. For example we can use it for http://hasura.io/ see...

@nmaro I need 2FA authentication based on SMS or Email code verification. Are you any plan or roadmap for this? We also have this: http://www.passportjs.org/packages/passport-2fa-totp/

@Exilz Any news or roadmap?

I want to test the code splitting and multi entry with your package. After switching to your library rollup didn't create any output file at all without any error message...

@Anidetrix Oh, thanks, everything is working fine. I also completely remove `postcss-smart-asset` and using your plugin for asset handling. Just one question. Now I'm using bellow setting and I'm imported...

@Anidetrix I don't understand your guide :thinking: I didn't use `plugin-html` now and I think it's not helpful for my project. Look this is my source structure: ``` ├── FirstComponent...

@Anidetrix I think it's not documentation :thinking: Maybe we need a fix to prevent remove import.

@Anidetrix But I didn't have a similar issue before when I used `rollup-plugin-postcss` and my CSS import line not removed from my js files before. So I think it's not...

@Anidetrix I still think it's a bug. Maybe related to these two issues: https://github.com/Anidetrix/rollup-plugin-styles/issues/120 https://github.com/Anidetrix/rollup-plugin-styles/issues/117 I also tried to change `import './index.scss'` to `require("./index.scss")` in my `index.tsx` file. Now this...

@knilink It's awesome man. Please keep it up and merge this as a core feature to this repo too.