node-dependency-tree icon indicating copy to clipboard operation
node-dependency-tree copied to clipboard

Don't support alias in webpack.config.js

Open zhangwx8973 opened this issue 3 years ago • 0 comments

My project has a webpack.config.js inclouds alias in resolve.like this: { entry: {}, resolve: { alias: { '@': resolve('../src/'), }, extensions: ['.js', '.jsx', '.json'], }, }; I pass this config into webpackConfig param, it does not work, many path can not find. how to resolve this problem?

zhangwx8973 avatar Jun 02 '22 07:06 zhangwx8973