-
-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: convert commonjs packages to esm #598
Conversation
✅ Deploy Preview for analog-blog ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for analog-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for analog-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!! this PR looks great and will be so nice. I just left one minor suggestion, but otherwise looks good to me
74d58a4
to
b40918d
Compare
an empty message aborts the commit. # # On branch build-esm-packages # Changes to be committed: # new file: apps/analog-app-e2e-cypress/package.json # new file: apps/analog-app-e2e-playwright/package.json # modified: apps/analog-app/project.json # renamed: apps/analog-app/vite.config.mts -> apps/analog-app/vite.config.ts # renamed: apps/analog-preset-e2e/vite.config.mts -> apps/analog-preset-e2e/vite.config.ts # new file: apps/astro-app-e2e-playwright/package.json # modified: apps/astro-app-e2e-playwright/tests/app.spec.ts # renamed: apps/astro-app-e2e-playwright/vite.config.mts -> apps/astro-app-e2e-playwright/vite.config.ts # new file: apps/blog-app-e2e-cypress/package.json # modified: apps/blog-app/project.json # renamed: apps/blog-app/vite.config.mts -> apps/blog-app/vite.config.ts # modified: apps/create-analog-e2e/tests/create-analog.spec.ts # renamed: apps/trpc-app/postcss.config.js -> apps/trpc-app/postcss.config.cjs # modified: apps/trpc-app/project.json # renamed: apps/trpc-app/tailwind.config.js -> apps/trpc-app/tailwind.config.cjs # renamed: apps/trpc-app/vite.config.mts -> apps/trpc-app/vite.config.ts # renamed: commitlint.config.js -> commitlint.config.cjs # modified: package.json # modified: packages/create-analog/template-angular-v16/angular.json # modified: packages/create-analog/template-angular-v16/package.json # renamed: packages/create-analog/template-angular-v16/vite.config.mts -> packages/create-analog/template-angular-v16/vite.config.ts # modified: packages/vite-plugin-nitro/src/lib/vite-plugin-nitro.ts #
4461093
to
36872e7
Compare
36872e7
to
7572318
Compare
0e4693e
to
7975ee9
Compare
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Which package are you modifying?
What is the current behavior?
The above packages are bundled as CommonJS instead of ESM
Closes #573
What is the new behavior?
Does this PR introduce a breaking change?
The above packages are bundled as ESM instead of CommonJS. In order to upgrade to this released version, the
type: module
will need to be added to thepackage.json
, which could have unintended impact across a project with multiple applications in it.Other information
[optional] What gif best describes this PR or how it makes you feel?