mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-08-25 11:18:20 +08:00
Merge pull request #143 from mjul/patch-1
Add missing semicolon to avoid warnings
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
var <%= classedName %> = {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
<% if (es6) { %> export default <%= classedName %>; <% }
|
||||
else { %>module.exports = <%= classedName %>; <% } %>
|
||||
|
||||
Reference in New Issue
Block a user