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

Function stats

scripts/webpack.js:66–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

baseConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected