Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
export
const
resolve = (value: string) => {
112
return
originalRequire().resolve(value);
113
};
114
115
export
const
babelConfig = (opts: { targets?: string } = {}) => ({
116
presets: [
Callers
3
webpack.config.ts
File · 0.90
webpack.cli.ts
File · 0.85
babelConfig
Function · 0.85
Calls
1
originalRequire
Function · 0.85
Tested by
no test coverage detected