Closed livingston closed 6 years ago
Hey,
Odd, you shouldn't be getting any const
anywhere 🤔
These are the files sent to npm
: https://github.com/lukeed/obj-str/tree/master/dist
And these are the npm
entry modules: https://github.com/lukeed/obj-str/blob/master/package.json#L6-L7
Are you sure it's obj-str
?
Nevermind~! There wasn't a release after 0c3db18b5bd49670389a1bb67ccfc1db5ddc6151 🤦♂️
Fixed in v1.0.1
. Thanks!
Bug IE 11 does not support
const
infor
loops.The
rollup
generated code hasconst
instead ofvar
.Fix The
rollup
build has to generate code using a transpiler likebabel