Closed
Description
The core issue is the same as angular/angular-cli#10744
I'm not sure the fix should be only in @angular-devkit
- to me it seems reasonable to expect that graphql lib provide a .js
main file.
There is an additional complication. After editing @angular-devkit
trying to fix .mjs
issue according to #1272 (comment), I'm getting the following error:
instanceOf.mjs:3 Uncaught ReferenceError: process is not defined
at Object../node_modules/graphql/jsutils/instanceOf.mjs (instanceOf.mjs:3)
at __webpack_require__ (bootstrap:81)
at Object../node_modules/graphql/type/definition.mjs (vendor.js:151316)
at __webpack_require__ (bootstrap:81)
at Object../node_modules/graphql/type/validate.mjs (vendor.js:153362)
at __webpack_require__ (bootstrap:81)
at Object../node_modules/graphql/graphql.mjs (vendor.js:146722)
at __webpack_require__ (bootstrap:81)
at Object../node_modules/graphql/index.mjs (vendor.js:146842)
at __webpack_require__ (bootstrap:81)
Metadata
Metadata
Assignees
Labels
No labels