Skip to content

Commit

Permalink
Updated webpack to use wevotedeveloper.com SSL if configured
Browse files Browse the repository at this point in the history
Works on Safari and Firefox for webapp, but not on Chrome.
Works on Chrome for local Python API server.
  • Loading branch information
SailingSteve committed Feb 20, 2024
1 parent 8753777 commit 05a8a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (major < 13) {
console.log(`Node version is: ${process.version}`);
}
console.log('useRealCerts in webpack.config.js ', useRealCerts);
console.log('key: ', fs.readFileSync(`./${source}/cert/wevotedeveloper.com.crt`).toString());
// console.log('key: ', fs.readFileSync(`./${source}/cert/wevotedeveloper.com.crt`).toString());

module.exports = (env, argv) => ({
entry: path.resolve(__dirname, `./${source}/index.jsx`),
Expand Down

0 comments on commit 05a8a40

Please sign in to comment.