Skip to content

Commit

Permalink
feat: add toml formatter and update umi (#107)
Browse files Browse the repository at this point in the history
* add toml formatter and update umi

* 保留语法检测
  • Loading branch information
linthan authored Aug 20, 2021
1 parent e71be94 commit adcd691
Show file tree
Hide file tree
Showing 4 changed files with 943 additions and 324 deletions.
5 changes: 5 additions & 0 deletions assets/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export default defineConfig({
dynamicImport: {
loading: '@/components/PageLoading/index',
},
nodeModulesTransform: {
type: 'none',
exclude: [],
},
// webpack5 :{},
targets: {
ie: 11,
},
Expand Down
Loading

0 comments on commit adcd691

Please sign in to comment.