Commit 578db3913bbe8f38776ba10b75db4e5c72ab1371
1 parent
7217d10e
fix(*): 适配脚手架
Showing
4 changed files
with
5518 additions
and
6946 deletions
Too many changes to show.
To preserve performance only 3 of 4 files are displayed.
.env
modern.config.ts
@@ -41,6 +41,7 @@ export default defineConfig({ | @@ -41,6 +41,7 @@ export default defineConfig({ | ||
41 | return config; | 41 | return config; |
42 | }, | 42 | }, |
43 | sass: { | 43 | sass: { |
44 | + // 不能修改 | ||
44 | additionalData: '@import "@feewee/h5app-common/dist/es/styles/custom_theme.css";', | 45 | additionalData: '@import "@feewee/h5app-common/dist/es/styles/custom_theme.css";', |
45 | }, | 46 | }, |
46 | devServer: { | 47 | devServer: { |