diff --git a/packages/kbn-plugin-generator/sao_template/template/index.js b/packages/kbn-plugin-generator/sao_template/template/index.js index b75eab070bfd6..65b949a309cbd 100755 --- a/packages/kbn-plugin-generator/sao_template/template/index.js +++ b/packages/kbn-plugin-generator/sao_template/template/index.js @@ -17,7 +17,7 @@ export default function (kibana) { <%_ if (generateHack) { -%> hacks: [ 'plugins/<%= snakeCase(name) %>/hack' - ] + ], <%_ } -%> <%_ if (generateScss) { -%> styleSheetPaths: require('path').resolve(__dirname, 'public/app.scss'),