Bump dependencies. Add more hotkeys. Add swap color hotkey. #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修改︰
electron
17 會遇到 node-gyp 編譯錯誤,所以停在 16︰build: include missing V8 headers in distribution nodejs/node#40526sass
取代node-sass
mini-css-extract-plugin
取代extract-text-webpack-plugin
package-lock.json
整個重建了events.js
裡已知問題︰
electron 現在有更嚴格的 isolation,分成 background / preload / content script。在 content 中,完全不能使用 electron API,特定的 API 則可以在 preload 中使用︰
electron.remote
更是直接被砍掉了。主要受影響的部份就是右鍵選單,目前是直接 comment 掉