Skip to content

aaronjensen/rollup-zod-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repro for Rollup CommonJS with Snowpack of Zod

rollup/plugins#658 (comment)

Setup

yarn

Successful run with Node 14+

node src/index.mjs

Failed run after building with Snowpack/Rollup

yarn dev

Inspecting Snowpack built files

yarn build
cat build/web_modules/zod.js

Building and running with Rollup alone

yarn rollup -c
node output/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published