hookwebpackerror transform failed with 1 error error invalid version 15.2 15.3

Go to .browserslistrc and remove safari problem will be resolved 


last 1 Chrome version

last 1 Firefox version

last 2 Edge major versions

last 2 Safari major versions --- Remove this 

last 2 iOS major versions

Firefox ESR

not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.


No comments:

Post a Comment

SQL Server auto generate UNIQUEIDENTIFIER

 Insert data into a table ✅ Have SQL Server auto-generate both: Id (as INT IDENTITY ) RowGuid (as UNIQUEIDENTIFIER , using NEWID()...

Best for you