Skip to content

Commit

Permalink
Fix #5882: CodeSAndbox/StackBlitz were missing extra files (CSS) (#5883)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Feb 3, 2024
1 parent 6835afe commit 8d56644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/doc/common/codeeditor/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ export default defineConfig({
[`${path}App.${fileExtension}`]: {
content: sources[template].replace(/^\n/, '')
},
...extFiles,
...configuredFiles,
...(isTypeScript ? typeScriptFiles : '')
};
Expand Down

0 comments on commit 8d56644

Please sign in to comment.