Skip to content

Don't support alias in webpack.config.js #145

Open
@zhangwx8973

Description

@zhangwx8973

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions