mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(runtime): 编辑器中组件的样式不生效 fix #109
This commit is contained in:
parent
ca4a6b596d
commit
46b26328ef
@ -43,6 +43,10 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
build: {
|
||||
sourcemap: true,
|
||||
|
||||
cssCodeSplit: false,
|
||||
|
||||
rollupOptions: {
|
||||
input: {
|
||||
page: './page.html',
|
||||
|
@ -43,6 +43,10 @@ export default defineConfig({
|
||||
port: 8089,
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
|
||||
cssCodeSplit: false,
|
||||
|
||||
rollupOptions: {
|
||||
input: {
|
||||
page: './page.html',
|
||||
|
@ -43,7 +43,8 @@ export default defineConfig({
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
minify: false,
|
||||
|
||||
cssCodeSplit: false,
|
||||
|
||||
rollupOptions: {
|
||||
input: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user