@dcloudio/uni-cli-shared
Advanced tools
Comparing version 0.2.964 to 0.2.965
@@ -90,3 +90,3 @@ const path = require('path') | ||
const sourceRoot = normalizePath(process.env.UNI_INPUT_DIR) | ||
let sourceRoot = false | ||
@@ -123,2 +123,5 @@ module.exports = { | ||
devtoolModuleFilenameTemplate (info) { | ||
if (!sourceRoot) { | ||
sourceRoot = normalizePath(process.env.UNI_INPUT_DIR) | ||
} | ||
let needSourceMap = false | ||
@@ -125,0 +128,0 @@ const absoluteResourcePath = normalizePath(info.absoluteResourcePath) |
{ | ||
"name": "@dcloudio/uni-cli-shared", | ||
"version": "0.2.964", | ||
"version": "0.2.965", | ||
"description": "uni-cli-shared", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
42000
1030