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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user