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

Function root

webpack.config.js:116–119  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

114}
115
116function root(args) {
117 args = sliceArgs(arguments, 0);
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));

Callers 1

webpack.config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected