We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020749d commit 1651999Copy full SHA for 1651999
src/core/files.ts
@@ -3,7 +3,6 @@ import importMap from './templates/import-map.json?raw';
3
import AppCss from './templates/App.css?raw';
4
import App from './templates/App.tsx?raw';
5
import main from './templates/main.tsx?raw';
6
-import reactLogo from './templates/react.svg?raw';
7
import { fileName2Language } from './util';
8
9
// app 文件名
@@ -29,11 +28,6 @@ export const defaultFiles: MultipleFiles = {
29
28
language: 'css',
30
value: AppCss,
31
},
32
- 'react.svg': {
33
- name: 'react.svg',
34
- language: 'svg',
35
- value: reactLogo,
36
- },
37
[IMPORT_MAP_FILE_NAME]: {
38
name: IMPORT_MAP_FILE_NAME,
39
language: fileName2Language(IMPORT_MAP_FILE_NAME),
0 commit comments