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

fix: custom output dir #494

Merged
merged 7 commits into from
Nov 18, 2020
Merged

fix: custom output dir #494

merged 7 commits into from
Nov 18, 2020

Conversation

SoloJiang
Copy link
Contributor

修复自定义输出目录失效的问题

uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ci 缩进修复下

@@ -66,7 +66,7 @@ module.exports = function (api) {
const { outputDir = 'build' } = userConfig;

if (isSuccessful) {
if (commandArgs.disableAssets === false) {
if (commandArgs.enableAssets) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

确认下 enableAssets 是否注册

@SoloJiang SoloJiang merged commit 57c3159 into release-next Nov 18, 2020
@SoloJiang SoloJiang deleted the fix/custom-output-dir branch November 18, 2020 13:58
@SoloJiang SoloJiang mentioned this pull request Nov 23, 2020
7 tasks
SoloJiang added a commit that referenced this pull request Nov 23, 2020
* fix(miniapp): duplicated taskname when both ali and wechat are compiled

* fix: compact react plugin targets is undefined (#490)

* feat: rax-app support css modules (#488)

* chore: CSS Modules

* chore: style example

* build(example): modify jsx compilerOptions to preserve in tsconfig

* chore: optimize example

* chore: upgrade dep version

* chore: remove branch_name

* chore: readme

Co-authored-by: 逆葵 <xianyong.yxy@alibaba-inc.com>

* fix: custom output dir (#494)

* fix: custom output dir

* fix: ci error

* fix: ci error

* fix: ci yml

* chore: remove useless code

* feat: add enable assets

* fix: compatible with build-mpa-config (#499)

* chore: bump version (#497)

* chore: bump version

* chore: update version

* chore: update version

* chore: update version

* fix: dep check error

* chore: add changelog

* chore: update version

* chore: update version

Co-authored-by: 逆葵 <xianyong.yxy@alibaba-inc.com>
Co-authored-by: NK <yxy0919@foxmail.com>
Co-authored-by: 大果 <sobear.me@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants