Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(examples/webpack): update webpack config to use ESM syntax
Convert CommonJS module.exports to ESM export default and add proper type imports. Also add ESM compatible __filename and __dirname constants using import.meta.
- Loading branch information