提交 0a677951 编写于 作者: Q qiang

fix: h5 treeShaking

上级 08cc9a90
...@@ -79,7 +79,7 @@ module.exports = function (source) { ...@@ -79,7 +79,7 @@ module.exports = function (source) {
const isWin = /^win/.test(process.platform) const isWin = /^win/.test(process.platform)
const normalizePath = path => (isWin ? path.replace(/\\/g, '/') : path) const normalizePath = path => (isWin ? path.replace(/\\/g, '/') : path)
if(options.compilerOptions){ if(!options.compilerOptions){
options.compilerOptions = {} options.compilerOptions = {}
} }
options.compilerOptions.autoComponentResourcePath = normalizePath(resourcePath) options.compilerOptions.autoComponentResourcePath = normalizePath(resourcePath)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册