You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I look at the webpack configuration generated by this project, I see an extensions list that looks like this: extensions: [ '.js', '.ts', '.tsx', '.json', '.node' ]. This doesn't include '.mjs', and it looks like that causes issues with certain dependencies. See graphql/graphql-js#1272 and jkhsjdhjs/node-fetch-cookies#10.
The text was updated successfully, but these errors were encountered:
I've updated the description (I accidentally submitted early)
NoahAndrews
changed the title
Should .mjs be included in the webpack config'
Should .mjs be included in the webpack config's extensions list?
Aug 17, 2020
Version: 2.8.2
Target: Windows
When I look at the webpack configuration generated by this project, I see an extensions list that looks like this:
extensions: [ '.js', '.ts', '.tsx', '.json', '.node' ]
. This doesn't include'.mjs'
, and it looks like that causes issues with certain dependencies. See graphql/graphql-js#1272 and jkhsjdhjs/node-fetch-cookies#10.The text was updated successfully, but these errors were encountered: