mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-12 12:21:11 +08:00
Add flux support including generators
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
var <% classedName + 'ActionCreators' %> = {
|
||||
|
||||
}
|
||||
|
||||
<% if (es6) { %> export default <%= classedName + 'ActionCreators' %>; <% }
|
||||
else { %>module.exports = <%= classedName + 'ActionCreators' %>; <% } %>
|
||||
Reference in New Issue
Block a user