fix: enable experimental outside dir
This commit is contained in:
parent
831e0e910c
commit
4f0f7b6e1a
4 changed files with 8 additions and 2 deletions
|
@ -5,4 +5,7 @@ module.exports = {
|
|||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
experimental: {
|
||||
externalDir: true,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -13,5 +13,6 @@
|
|||
"devDependencies": {
|
||||
"@types/node": "^14.6.4",
|
||||
"@types/react": "^16.9.49"
|
||||
}
|
||||
},
|
||||
"types": "src/index.ts"
|
||||
}
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
"../../packages/shared/themes/mui-theme.d.ts"
|
||||
"../../packages/shared/themes/mui-theme.d.ts",
|
||||
"../../packages/accounts/**/*.tsx"
|
||||
],
|
||||
"exclude": ["node_modules", "out", ".next", "thirdparty"]
|
||||
}
|
||||
|
|
|
@ -40,6 +40,7 @@ module.exports = (phase) =>
|
|||
'@mui/material',
|
||||
'@mui/system',
|
||||
'@mui/icons-material',
|
||||
'@ente/accounts',
|
||||
],
|
||||
env: {
|
||||
SENTRY_RELEASE: GIT_SHA,
|
||||
|
|
Loading…
Add table
Reference in a new issue