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