MCPcopy Create free account
hub / github.com/GrapesJS/cli / resolve

Function resolve

src/utils.ts:111–113  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

109};
110
111export const resolve = (value: string) => {
112 return originalRequire().resolve(value);
113};
114
115export const babelConfig = (opts: { targets?: string } = {}) => ({
116 presets: [

Callers 3

webpack.config.tsFile · 0.90
webpack.cli.tsFile · 0.85
babelConfigFunction · 0.85

Calls 1

originalRequireFunction · 0.85

Tested by

no test coverage detected