WebReflection / ie8

some damn DOM fix for this damned browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish ie8.max.js

neersighted opened this issue · comments

I think it would be better to specific the 'max' build as main, as it makes debugging much easier, and anyone who uses the file via commonjs/npm likely will minify it as part of their own build.

could you please define "much easier" and what kind of problem would that solve?

It is easier to debug when you have a full callstack of unminified functions, and you can view the original source. Even with sourcemaps, they are useless if the original input file into your bundle was minified.

For the npm repository I actually agree, the min version should have been CDN specific. Will change that soon.

since this might be a breaking change for someone, I've tagged the latest 0.3.0 and it publishes the .max version.