Open
Description
Description
Our build output contains imports where Rollup detects side effects:
But time.ts
is the most obvious place:
Our current build output gives warning with Cloudflare's Wranger:
▲ [WARNING] Ignoring this import because "../../../../packages/core/build/esm/utils/time.js" was marked as having no side effects [ignored-bare-import]
../../../../packages/core/build/esm/trpc.js:8:7:
8 │ import './utils/time.js';
╵ ~~~~~~~~~~~~~~~~~
"sideEffects" is false in the enclosing "package.json" file:
../../../../packages/core/build/esm/package.json:1:36:
1 │ {"type":"module","version":"9.35.0","sideEffects":false}
╵ ~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels