Skip to content

Commit

Permalink
fix: inline css config deserialize (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 authored Dec 12, 2024
1 parent ae5e6e3 commit fb93c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion crates/mako/src/config/mako.config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
},
"emitAssets": true,
"cssModulesExportOnlyLocales": false,
"inlineCSS": false,
"rscServer": false,
"rscClient": false,
"experimental": {
Expand Down
5 changes: 1 addition & 4 deletions e2e/fixtures/config.inline_css/mako.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"minify": false,
"inlineCSS": {
"// ref: https://github.com/umijs/mako/issues/1062": [],
"TODO: REMOVE ME": 1
},
"inlineCSS": {},
"umd": "fooo",
"optimization": {
"concatenateModules": false
Expand Down

0 comments on commit fb93c47

Please sign in to comment.