MCPcopy Create free account
hub / github.com/bailicangdu/react-pxq / resolve

Function resolve

config/webpack.config.dev.js:24–26  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

22const px2rem = require('postcss-px2rem');
23
24function resolve (dir) {
25 return path.join(__dirname, '..', dir)
26}
27
28// Webpack uses `publicPath` to determine where the app is being served from.
29// In development, we always serve from the root. This makes config easier.

Callers 4

axiosMethod · 0.50
buildFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected