Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
add cache-require-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi committed Nov 15, 2017
1 parent 39e856e commit 2ba5ec9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public/built
.DS-Store
temp.VisualElementsManifest.xml
app/extensions/gen/
.cache-require-paths.json

# electron-packager output dirs
*-darwin-x64
Expand Down
2 changes: 2 additions & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

let ready = false

require('cache-require-paths')

const CrashHerald = require('./crash-herald')
const telemetry = require('./telemetry')

Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"bat-publisher": "^1.2.4",
"bignumber.js": "^4.0.4",
"bloodhound-js": "brave/bloodhound",
"cache-require-paths": "^0.3.0",
"clipboard-copy": "^1.0.0",
"compare-versions": "^3.0.1",
"deepmerge": "^2.0.1",
Expand Down

0 comments on commit 2ba5ec9

Please sign in to comment.