[babel] fix require statement (#118775)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Spencer 2021-11-16 13:47:53 -08:00 committed by GitHub
parent 13638cfe82
commit 7f1796e9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
* Side Public License, v 1.
*/
const { USES_STYLED_COMPONENTS } = require.resolve('./styled_components_files');
const { USES_STYLED_COMPONENTS } = require('./styled_components_files');
module.exports = () => {
return {