fix(NA): allow plugins index to be a ts file in kbn-plugin-helpers (#55194) (#55654)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Tiago Costa 2020-01-24 03:46:04 +00:00 committed by GitHub
parent 04e65128d6
commit f8426c5472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ module.exports = function(root) {
'yarn.lock',
'tsconfig.json',
'package.json',
'index.js',
'index.{js,ts}',
'{lib,public,server,webpackShims,translations}/**/*',
];