MCPcopy Create free account
hub / github.com/auth0-blog/angular2-authentication-sample / rootNode

Function rootNode

webpack.config.js:120–123  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

118 return path.join.apply(path, [__dirname].concat(args));
119}
120function rootNode(args) {
121 args = sliceArgs(arguments, 0);
122 return root.apply(path, ['node_modules'].concat(args));
123}
124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected