Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Prisma Client and Javascript bundlers #877

Closed
divyenduz opened this issue Nov 22, 2019 · 1 comment
Closed

Prisma Client and Javascript bundlers #877

divyenduz opened this issue Nov 22, 2019 · 1 comment
Labels
kind/discussion Discussion is required.

Comments

@divyenduz
Copy link

A lot of project in Javascript/Typescript ecosystem use a module/asset bundler for various reasons like tree-shaking, transpiling, code-splitting, and more.

While all the bundlers have APIs to copy the assets, it is not transparent that binaries act as assets for Prisma Client.

Some bundlers (like ncc, parse path.join and copy over required assets while others don't). This leads to confusion.

This issue tracks improvement of the developer experience around this.

@janpio janpio changed the title Photon and Javascript bundlers Prisma Client and Javascript bundlers Sep 12, 2020
@janpio janpio transferred this issue from prisma/specs Sep 12, 2020
@janpio janpio added the kind/discussion Discussion is required. label Sep 12, 2020
@timsuchanek
Copy link
Contributor

Closing this, as we by now have various e2e tests covering this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/discussion Discussion is required.
Projects
None yet
Development

No branches or pull requests

3 participants