Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
add fakeBiliBridge into webpack task
Browse files Browse the repository at this point in the history
  • Loading branch information
shugen002 committed Jul 3, 2020
1 parent 9d305a6 commit b0b51f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _scripts/webpack.preload.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const config = {
devtool: isDevMode ? '#cheap-module-eval-source-map' : false,
entry: {
preload: path.join(__dirname, '../src/renderer/preload/index.js'),
fakeBiliBridge: path.join(__dirname, '../src/renderer/preload/fakeBiliBridge.js'),
},
output: {
libraryTarget: 'commonjs2',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
"rebuild:node": "npm rebuild",
"release": "run-s test build"
},
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit b0b51f3

Please sign in to comment.