This turns the project into a monorepo using pnpm workspaces, dramatically simplifying the build process. It also fixes a lot of bugs and just generally makes the codebase a lot cleaner.
11 lines
141 B
YAML
11 lines
141 B
YAML
packages:
|
|
- packages/*
|
|
- example-app/
|
|
|
|
onlyBuiltDependencies:
|
|
- '@parcel/watcher'
|
|
- core-js-pure
|
|
- esbuild
|
|
|
|
shamefully-hoist: true
|