We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在项目中有个调用resolve.alias的需求,但是简单地看了下代码和配置说明文档,好像没有关于resolve的配置
resolve
在build.js的155行里面
build.js
var args = { resolve: { extensions: ['', '.js', '.jsx'] }
这个能否在package.json的build目录下,加个resolve配置项,来达到自定义配置的目的?
build
The text was updated successfully, but these errors were encountered:
嗯 目前不支持. 后续 spm 会有大的变更 功能暂时不加了. 欢迎提PR
Sorry, something went wrong.
好的,如果有大的变更的话,我这个pr就不发了。。到时候升级之后再添加吧
No branches or pull requests
在项目中有个调用resolve.alias的需求,但是简单地看了下代码和配置说明文档,好像没有关于
resolve
的配置在
build.js
的155行里面这个能否在package.json的
build
目录下,加个resolve
配置项,来达到自定义配置的目的?The text was updated successfully, but these errors were encountered: