imyoka

Results 4 issues of imyoka

Question above. Mainly emerged on Macos.

I want to transfer the variable of DEMO_NAME to main.coffee.But when comes to browserify, the ouput simply print literally ''/\* @echo DEMO_NAME */''. Surely the browserify issues ,right? ``` gulp.task...

在`.babelrc`中加入 ``` javascript { "plugins": ["@areslabs/babel-plugin-import-css"], ... } ``` 报错,`Unexpected keyword const.const declarations are not supported in strict mode`