fix(runtime): 编辑器中组件的样式不生效 fix #109

This commit is contained in:
roymondchen 2022-06-08 17:25:08 +08:00 committed by jia000
parent ca4a6b596d
commit 46b26328ef
3 changed files with 10 additions and 1 deletions

View File

@ -43,6 +43,10 @@ export default defineConfig({
},
build: {
sourcemap: true,
cssCodeSplit: false,
rollupOptions: {
input: {
page: './page.html',

View File

@ -43,6 +43,10 @@ export default defineConfig({
port: 8089,
},
build: {
sourcemap: true,
cssCodeSplit: false,
rollupOptions: {
input: {
page: './page.html',

View File

@ -43,7 +43,8 @@ export default defineConfig({
},
build: {
sourcemap: true,
minify: false,
cssCodeSplit: false,
rollupOptions: {
input: {