Skip to content

Commit

Permalink
[babel] fix require statement (#118775) (#118806)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
  • Loading branch information
kibanamachine and Spencer authored Nov 16, 2021
1 parent f0a6b10 commit 1511c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-babel-preset/webpack_preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1511c02

Please sign in to comment.