Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

fix: 修复 configWebpack 无法修改 plugins 里配置的问题 #1356

Merged
merged 1 commit into from
Nov 4, 2020

Conversation

noyobo
Copy link
Contributor

@noyobo noyobo commented Nov 3, 2020

// remax.config.js
{
  plugins: [require('@remax/plugin-less')],
  configWebpack({config }){
    // 此时无法修改 plugin 的配置
  }
}

@vercel
Copy link

vercel bot commented Nov 3, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/remaxjs/remax/gylzjuiwk
✅ Preview: https://remax-git-noyobo-patch-1.remaxjs.vercel.app

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 3, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@codecov
Copy link

codecov bot commented Nov 3, 2020

Codecov Report

Merging #1356 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1356   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files         350      350           
  Lines        3778     3778           
  Branches      543      543           
=======================================
  Hits         3603     3603           
  Misses        172      172           
  Partials        3        3           
Impacted Files Coverage Δ
...ackages/remax-cli/src/build/webpack/config.mini.ts 100.00% <100.00%> (ø)
packages/remax-cli/src/build/webpack/config.web.ts 95.65% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1bfcd22...0db6038. Read the comment docs.

@yesmeck yesmeck merged commit 6308a8e into master Nov 4, 2020
@yesmeck yesmeck deleted the noyobo/patch-1 branch November 4, 2020 03:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants