Source-map-loader resolves relative paths into absolute even

- Now event sources with content in source map should be resolved with absolute path
This commit is contained in:
Ilya Goncharov
2019-10-03 16:28:29 +03:00
parent f3db846bce
commit f7ba1c56e2
2 changed files with 12 additions and 5 deletions
@@ -2,10 +2,7 @@
"name": "@kotlin/source-map-loader",
"version": "0.0.1",
"description": "Modern source-map-loader with additional features",
"main": "lib/kotlin-source-map-loader.js",
"files": [
"lib/**/*"
],
"main": "kotlin-source-map-loader.js",
"scripts": {
"build": "cpx \"kotlin-source-map-loader.js\" lib",
"test": "mocha -R spec"