MCPcopy Create free account
hub / github.com/CommE2E/comm / getConfig

Function getConfig

lib/webpack/shared.cjs:8–13  ·  view source on GitHub ↗
(configName)

Source from the content-addressed store, hash-verified

6const webpack = require('webpack');
7
8async function getConfig(configName) {
9 const { getCommConfig } = await import(
10 '../../keyserver/dist/lib/utils/comm-config.js'
11 );
12 return await getCommConfig(configName);
13}
14
15const sharedPlugins = [
16 new webpack.optimize.LimitChunkCountPlugin({

Callers 1

getConfigsFunction · 0.70

Calls 1

getCommConfigFunction · 0.85

Tested by

no test coverage detected