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 Dec 7, 2022
1 parent 5919270 commit 1427e83
Showing 1 changed file with 1 addition and 1 deletion.
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 1427e83

Please sign in to comment.