Skip to content

Commit

Permalink
fixed r2-navigator-js bug (console redirect)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Sep 19, 2018
1 parent 4633a14 commit 7d9bae3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"portfinder": "^1.0.17",
"pouchdb-core": "6.*.*",
"r2-lcp-js": "^1.0.0-alpha.4",
"r2-navigator-js": "^1.0.0-alpha.4",
"r2-navigator-js": "^1.0.0-alpha.5",
"r2-opds-js": "^1.0.0-alpha.4",
"r2-shared-js": "^1.0.0-alpha.4",
"r2-streamer-js": "^1.0.0-alpha.4",
Expand Down
7 changes: 1 addition & 6 deletions webpack.config.preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ var fs = require("fs");
const path = require("path");
const webpack = require("webpack");

const aliases = {
"debug": "debug/src",
};

let config = Object.assign({}, {
entry: "./node_modules/r2-navigator-js/dist/es6-es2015/src/electron/renderer/webview/preload.js",
name: "renderer webview preload",
Expand All @@ -18,8 +14,7 @@ let config = Object.assign({}, {
target: "electron-renderer",

resolve: {
extensions: [".js"],
alias: aliases
extensions: [".js"]
}
});

Expand Down

0 comments on commit 7d9bae3

Please sign in to comment.