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 ccf8568 commit d244279Copy full SHA for d244279
1 file changed
src/config.js
@@ -6,7 +6,6 @@ module.exports = {
6
options: {
7
aliases: [],
8
stats: false,
9
- generateStatsFiles: false,
10
caching: true,
11
linting: true,
12
esbuild: false,
@@ -19,6 +18,7 @@ module.exports = {
19
18
excludeFiles: null,
20
ignorePackages: [],
21
packagerOptions: {},
+ generateStatsFiles: false,
22
tsConfig: "tsconfig.json",
23
// Exclude aws-sdk since it's available in the Lambda runtime
24
forceExclude: ["aws-sdk"],
0 commit comments