Add ESM localization documentation and working sample

Co-authored-by: hediet <2931520+hediet@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-11 15:57:07 +00:00
parent 74c8b62784
commit 4dc457ffe4
9 changed files with 1717 additions and 353 deletions

View file

@ -0,0 +1,6 @@
{
"name": "browser-esm-localized",
"scripts": {
"build": "node ../../node_modules/webpack/bin/webpack.js --progress"
}
}