You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#615e3e7067 Thanks @emmatown! - preconstruct fix/preconstruct validate will now enforce that the main/module/browser/umd:main fields are not present when using the experimental typeModule flag and a package has "type": "module".
#60479b6d1c Thanks @emmatown! - Fix outputting .d.ts files with extension-less imports that are invalid when using the experimental flag typeModule with moduleResolution: "nodenext" and type: "module" in dev and build
#5994b920e7 Thanks @VanTanev! - Remove unnecessary dependency on meow CLI parsing library, as @preconstruct/cli only takes a single positional argument denoting a preconstruct command.
#602b62bd19 Thanks @emmatown! - Fix referencing a type from another package in the same preconstruct build that has a .d.ts file at the entrypoint
#596022bbc4 Thanks @emmatown! - Fix Error when using sourcemap for reporting an error: Can't resolve original location of error error caused by changes to @babel/helpers in newer versions of Babel