aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

chore(frontend): use ESM module #126

Closed trivikr closed 3 months ago

trivikr commented 3 months ago

Issue

Vite CJS Node API deprecated, and will be removed in Vite 6 Docs: https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated

Description

Use ESM module in frontend

Testing

Local testing


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.