andrey-skl / ng-annotate-loader

Webpack loader to annotate angular applications
MIT License
120 stars 28 forks source link

Further source map merge refactoring #12

Closed jvmccarthy closed 9 years ago

jvmccarthy commented 9 years ago

Use loader context resourcePath instead of request for source map source file path. Also extract source map merge logic to a separate function.