We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Electron の v28 へアップグレードして、 ESM へ移行する。
2023/11/29 現在、v28 はまだプレリリース(ベータ版)だが ESM サポートが入ったので早めに導入して ESM への移行を進める。
The text was updated successfully, but these errors were encountered:
Webpack で ESM x Node.js のコードを吐き出す方法がわからない。
ちなみに、パックする前の electron:serve や electron:preview もうまくいっていない。
electron:serve
electron:preview
Sorry, something went wrong.
Webpack との相性が問題であれば #444 を先に進めたい。
electron-context-menu の 4.0.0 が ESM のみの対応なので、アップグレードのために ESM 対応が必要。
Electron + ESM + TypeScript + webpack + electron-builder
sunfish-shogi
No branches or pull requests
概要
Electron の v28 へアップグレードして、 ESM へ移行する。
リンク
詳細
2023/11/29 現在、v28 はまだプレリリース(ベータ版)だが ESM サポートが入ったので早めに導入して ESM への移行を進める。
The text was updated successfully, but these errors were encountered: