зеркало из https://github.com/nextcloud/cookbook.git
Chnage the root of the app to prevent issues with code checker
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Родитель
8b7be38a13
Коммит
20b118c865
|
@ -19,6 +19,8 @@ rules:
|
|||
- error
|
||||
- allowForLoopAfterthoughts: true
|
||||
|
||||
root: true
|
||||
|
||||
settings:
|
||||
"import/resolver":
|
||||
alias:
|
||||
|
|
|
@ -16,6 +16,7 @@ const isDev = buildMode === 'development'
|
|||
|
||||
function cookbookConfig (env) {
|
||||
const config = merge(webpackConfig, {
|
||||
context: path.resolve(__dirname),
|
||||
entry: {
|
||||
guest: path.resolve(path.join('src', 'guest.js')),
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче