diraq-sea / diraq_desktop

🎛 DiraQ desktop application
1 stars 0 forks source link

Add transcompiler #29

Closed hi85gh closed 5 years ago

hi85gh commented 5 years ago
hi85gh commented 5 years ago

Nuxt.js で node node_modules/.bin/nuxt generate を実行した際、 dist/ ごと上書かれてしまうため、 nuxt.config.js#generate.dir の設定を追加しました。 dist/electrondist/renderer が並んでしまいますが、パッケージ化の対応時に修正します。

hi85gh commented 5 years ago

Babel までは検証できなかったのですが、 dist/electron/main.js のサイズが肥大化する可能性もあるので @babel/preset-env についても確認する必要があるかもしれません。

参考: electron-vue/.babelrc at master · SimulatedGREG/electron-vue