mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Merge pull request #113 from skfd/remove_trailing_space
Removed trailing spaces from component generator
This commit is contained in:
commit
785a0ffa72
@ -30,6 +30,6 @@ var <%= classedName %> = React.createClass({<% if(rich){%>
|
||||
}
|
||||
});
|
||||
|
||||
<% if (es6) { %>export default <%= classedName %>; <% }
|
||||
else { %>module.exports = <%= classedName %>; <% } %>
|
||||
<% if (es6) { %>export default <%= classedName %>;<% }
|
||||
else { %>module.exports = <%= classedName %>;<% } %>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user