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

feat: add support for Rollup 60 #429

Merged
merged 9 commits into from
Jun 7, 2018
Merged

feat: add support for Rollup 60 #429

merged 9 commits into from
Jun 7, 2018

Conversation

tivac
Copy link
Owner

@tivac tivac commented Jun 7, 2018

This takes advantage of the new plugins APIs introduced in rollup/rollup#2208

modular-css-rollup will now support automatic chunks via multiple inputs and manual chunking of vendor files via manualChunks. It might also support dynamic import but I haven't written tests for that yet.

This is a ⚠️ BREAKING CHANGE ⚠️, it will only be compatible with rollup@0.60 and higher.

@codecov
Copy link

codecov bot commented Jun 7, 2018

Codecov Report

Merging #429 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #429   +/-   ##
======================================
  Coverage    99.1%   99.1%           
======================================
  Files          35      36    +1     
  Lines         779     779           
  Branches      114     113    -1     
======================================
  Hits          772     772           
  Misses          7       7
Impacted Files Coverage Δ
packages/test-utils/exists.js 100% <100%> (ø)
packages/rollup/rollup.js 100% <100%> (ø) ⬆️

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 108da8d...cb98aeb. Read the comment docs.

@tivac tivac merged commit f731e9b into master Jun 7, 2018
@tivac tivac deleted the rollup-60 branch June 7, 2018 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant