mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Add missing semicolon to avoid warnings
This commit is contained in:
parent
73da256b57
commit
ccd35fed53
@ -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 %>; <% } %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user