Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from Tencent:master #16

Merged
merged 1 commit into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(runtime): 缂栬緫鍣ㄤ腑缁勪欢鐨勬牱寮忎笉鐢熸晥 fix #109
  • Loading branch information
roymondchen authored and jia000 committed Jun 8, 2022
commit 46b26328efcb8ffc4295fb648a55f0af551e2d93
4 changes: 4 additions & 0 deletions runtime/react/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export default defineConfig({
},

build: {
sourcemap: true,

cssCodeSplit: false,

rollupOptions: {
input: {
page: './page.html',
Expand Down
4 changes: 4 additions & 0 deletions runtime/vue2/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export default defineConfig({
port: 8089,
},
build: {
sourcemap: true,

cssCodeSplit: false,

rollupOptions: {
input: {
page: './page.html',
Expand Down
3 changes: 2 additions & 1 deletion runtime/vue3/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export default defineConfig({
},
build: {
sourcemap: true,
minify: false,

cssCodeSplit: false,

rollupOptions: {
input: {
Expand Down