Skip to content

Commit

Permalink
possibly we need that actually
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Apr 13, 2023
1 parent ca23e73 commit 3fdee6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/test/validate-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,9 @@ async function validateModuleTreeshake(opts: BuildOptions, moduleName: string, e

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

0 comments on commit 3fdee6b

Please sign in to comment.