Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
var
webpack = require(
'webpack'
)
3
4
function
resolve (file) {
5
return
path.join(__dirname, file)
6
}
7
8
module.exports = {
9
entry: resolve(
'component.vue'
),
Callers
1
webpack.config.js
File · 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…