Skip to content

Commit

Permalink
test: ✅ turn off skipModule in basic tree shaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Dec 28, 2023
1 parent cf03f26 commit c28cae2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/fixtures/tree-shaking_export_default/mako.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"mode": "production",
"minify": false,
"hmr": false
"hmr": false,
"optimization": {
"skipModules": false
}
}

0 comments on commit c28cae2

Please sign in to comment.