Skip to content

Remove unneeded extensions from webpack config

Illya Klymov requested to merge xanf-master-patch-88365 into master

What does this MR do?

In webpack we allow .gql and .graphql to be imported without extensions, while our eslint config explicitly prohibits that

Removed extra webpack configuration to prevent confusion

Conformity

Merge request reports