indutny / asn1.js

ASN.1 Decoder/Encoder/DSL
MIT License
181 stars 64 forks source link

Problem with ie 11 #125

Open pechischev opened 3 years ago

pechischev commented 3 years ago

Hello. I did catch error on ie 11. Can you fix it?

Syntax error at  ./node_modules/asn1.js/lib/asn1/base/buffer.js:3:1

image

I used windows 8 and webpack 4.44.2

hzc315579049 commented 3 years ago

Hello. I did catch error on ie 11. Can you fix it?

Syntax error at  ./node_modules/asn1.js/lib/asn1/base/buffer.js:3:1

image

I used windows 8 and webpack 4.44.2

it need to be complie when your babel-loader dosent complie ./node_module.this module export with es6 syntax.