MCPcopy Create free account
hub / github.com/formschema/native / resolve

Function resolve

webpack.config.js:4–6  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

2var webpack = require('webpack')
3
4function resolve (file) {
5 return path.join(__dirname, file)
6}
7
8module.exports = {
9 entry: resolve('component.vue'),

Callers 1

webpack.config.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…