We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3067c2c commit 61ef7afCopy full SHA for 61ef7af
config/paths.js
@@ -1,12 +1,11 @@
1
const path = require('path')
2
const appDirectory = `${__dirname}/../`
3
-const resolveRoot = relativePath => path.resolve(appDirectory, relativePath)
+const resolveRoot = (relativePath) => path.resolve(appDirectory, relativePath)
4
5
// config after eject: we're in ./config/
6
module.exports = {
7
appBuild: resolveRoot('lib'),
8
ciBuild: resolveRoot('dist'),
9
- legacyPages: resolveRoot('legacy-pages'),
10
pkgJson: resolveRoot('package.json'),
11
envConfig: resolveRoot('config/env'),
12
src: resolveRoot('packages/blockchain-wallet-v4-frontend/src'),
0 commit comments