Skip to content
New issue

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

app.config.js 的 moduleList 修改建议 #11

Open
leeenx opened this issue Mar 20, 2018 · 0 comments
Open

app.config.js 的 moduleList 修改建议 #11

leeenx opened this issue Mar 20, 2018 · 0 comments

Comments

@leeenx
Copy link

leeenx commented Mar 20, 2018

在使用过程中发现,app.config.js 文件下的 「muduleList」项仍然采用 athena1 的方式,把所有的模块放在一行,这不利于团队Git管理。希望一个模块占一行,如下:

moduleList: ['common','m1'],

改成:

moduleList: [
    'common',
    'm1', 
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant