Commit 9403fbfe authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'xanf-master-patch-88365' into 'master'

Remove unneeded extensions from webpack config

See merge request gitlab-org/gitlab!60709
parents 2a90aec8 71431c8d
......@@ -188,7 +188,7 @@ module.exports = {
},
resolve: {
extensions: ['.js', '.gql', '.graphql'],
extensions: ['.js'],
alias,
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment