提交 3aaeecc9 编写于 作者: fxy060608's avatar fxy060608

build(deps): bump vite from 2.0.0-beta.47 to 2.0.0-beta.52

上级 7da44d1e
......@@ -32,7 +32,7 @@
"peerDependencies": {
"@dcloudio/uni-cli-shared": "^3.0.0",
"@dcloudio/uni-shared": "^3.0.0",
"vite": "^2.0.0-beta.47"
"vite": "^2.0.0-beta.52"
},
"devDependencies": {
"@types/sass": "^1.16.0"
......
......@@ -19,7 +19,7 @@ export const main = {
if (!pagesJsPath) {
pagesJsPath = slash(path.resolve(options.inputDir, 'pages.json.js'))
}
return `import '${pagesJsPath}';${fs
return `import '@dcloudio/uni-h5/style/base.css';import '${pagesJsPath}';${fs
.readFileSync(filename, 'utf-8')
.toString()}`
},
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册