Alfred

Results 7 comments of Alfred

Yes. It will take about two days. :)

I found the point where the problem occurs. If I remove `setTimeout` execution of `user.js` part, no error occurs. index.html: ``` title layout: false # title - item --- class:...

I also want to use `&`. (`&` represents the current selector parent sush a less or stylus ) css-in-js: ```js const st = cssInJS({ box: { color: 'red', width: 100,...

I'll try it if I have some time. Please let me know if anyone has any idea or feedback on this issue.

@lionelB As you know, there are some official guide in the language of many countries. refer `plugin-handbook.md` https://github.com/thejameskyle/babel-handbook If I had enough time, I would definitely want to add it....

During in woking on code, load your `bundle.css` in js code, like: ``` javascript if( __DEVELOPMENT__ ) { // this variable is injected by webpack.DefinePlugin require('./bundle.css'); } ``` in your...