diff --git a/tools/compiler.js b/tools/compiler.js index 69fd27d23c..14c52e0180 100644 --- a/tools/compiler.js +++ b/tools/compiler.js @@ -773,7 +773,7 @@ var compileUnibuild = function (unipkg, inputSourceArch, packageLoader, source: options.data, sourcePath: options.sourcePath, servePath: path.join(inputSourceArch.pkg.serveRoot, options.path), - bare: !! options.bare, + bare: !! fileOptions.bare, sourceMap: options.sourceMap }); },