Chris Gaudreau
Chris Gaudreau
@yachaka Thanks for this. Really looking forward to this change. 🎉
Any update on this?
This issue appears to be caused by [this line](https://github.com/gajus/babel-plugin-react-css-modules/blob/master/src/index.js#L112). Specifically, `require.resolve(path.node.source.value)` results in a call such as `require.resolve('home.css')`, which has no knowledge of webpack. I'm not sure this can be...
Is it possible for a Babel plugin to read the webpack config without the user explicitly passing it in?
No problem. 😹 On the bright side, that project looks like exactly what I was looking for.
Same problem here.
My bad. I fixed it by changing it to: `'enter': 'editor:newline'` You might need to restart Atom for it to work.
This works for me: ``` cson 'atom-workspace atom-text-editor.autocomplete-active': 'tab': 'snippets:next-tab-stop' 'shift-tab': 'snippets:previous-tab-stop' ```
Those packages are both very useful and mostly solve my problem, except it doesn't seem they can be used without the system clipboard. I really appreciate the help - thanks!...
This should work fine on the other distros. @haroldb Any possibility of merging this?