Skip to content

Commit

Permalink
switching to the 'smallest' option, see rollup/rollup#4131
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Jan 12, 2023
1 parent 6093aeb commit 4f5b47e
Show file tree
Hide file tree
Showing 5 changed files with 14,630 additions and 1,456 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"@types/glob": "^8.0.0",
"@types/graceful-fs": "^4.1.5",
"@types/inquirer": "^7.3.1",
"@types/jest": "^27.0.3",
"@types/jest": "27.4",
"@types/listr": "^0.14.4",
"@types/node": "^16.11.62",
"@types/pixelmatch": "^5.2.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/validate-build.ts
Expand Up @@ -335,7 +335,7 @@ async function validateModuleTreeshake(opts: BuildOptions, moduleName: string, e

const bundle = await rollup({
input: virtualInputId,
treeshake: true,
treeshake: 'smallest',
plugins: [
{
name: 'stencilResolver',
Expand Down

0 comments on commit 4f5b47e

Please sign in to comment.