MCPcopy Create free account
hub / github.com/decaporg/decap-cms / stats

Function stats

scripts/webpack.js:70–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70function stats() {
71 if (isProduction) {
72 return {
73 builtAt: false,
74 chunks: false,
75 colors: true,
76 entrypoints: false,
77 errorDetails: false,
78 hash: false,
79 modules: false,
80 timings: false,
81 version: false,
82 warnings: false,
83 };
84 }
85 return {
86 all: false,
87 };
88}
89
90const umdPath = path.resolve(process.cwd(), 'dist');
91const umdDirPath = path.resolve(process.cwd(), 'dist/umd');

Callers 1

baseConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected