Gulp bundle issue  : Cannot read property 'id' of undefined Gulp bundle issue  : Field 'browser' doesn't contain a valid alias configuration Gulp bundle issue  : sub task errored after

Gulp Bundle Issue Cannot Read Property Id Of Undefined

On 08/06/2021

In SharepointIssue

Gulp bundle issue  : Cannot read property 'id' of undefined

Gulp bundle issue  : Field 'browser' doesn't contain a valid alias configuration

Gulp bundle issue  : sub task errored after

 

Check that in your tsconfig.json, you've got this below : 


"include": [
    "src/**/*.ts", "src/**/*.tsx"
  ],

and not : 


"include": [
    "src/**/*.tsx"
  ],

 

SPFX

No ratings yet - be the first to rate this.