Skip to content

Commit

Permalink
fix: 移除冗余popup热重载
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Nov 13, 2021
1 parent 968c58d commit 2a3d36d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netease-music-crx",
"description": "能够收听VIP或变灰歌曲的网易云音乐播放器",
"license": "MIT",
"license": "GPL-3.0-only",
"version": "5.2.0",
"scripts": {
"build": "node scripts/build.js",
Expand Down
2 changes: 0 additions & 2 deletions src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ import { popupInit } from './popup/store'
popupInit().then(() => {
ReactDOM.render(<App />, document.getElementById('root'))
})

if (module.hot) module.hot.accept()

0 comments on commit 2a3d36d

Please sign in to comment.