mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-10 12:00:17 +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 %> = {
|
var <%= classedName %> = {
|
||||||
|
|
||||||
}
|
};
|
||||||
|
|
||||||
<% if (es6) { %> export default <%= classedName %>; <% }
|
<% if (es6) { %> export default <%= classedName %>; <% }
|
||||||
else { %>module.exports = <%= classedName %>; <% } %>
|
else { %>module.exports = <%= classedName %>; <% } %>
|
||||||
|
|||||||
Reference in New Issue
Block a user