hiveteams / zodern-minify-reproduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zodern Minify Reproduction

To start app run:

meteor run --production

To reproduce

In /client/main.js:

First run the meteor app with line 4 commented out. You will see that the source maps are working correctly

line 4: import '/imports/ui/pages/client/mastery/milestone-complete-list.js';

Now if you uncomment line 4. Source maps will now map to the wrong position in the file.

About

License:Other


Languages

Language:JavaScript 77.2%Language:HTML 22.8%