Rollup

436 posts

Rollup banner
Rollup

Rollup

@RollupJS

The next-generation JavaScript module bundler.

node_modules انضم Eylül 2016
9 يتبع6K المتابعون
Rollup
Rollup@RollupJS·
Thanks to the magnificent @antfu7, Rollup can now do tree-shaking for named exports in dynamic imports as well! @lukastaegert/110249883051529387" target="_blank" rel="nofollow noopener">elk.zone/m.webtoo.ls/@l
English
0
6
73
17.8K
Rollup
Rollup@RollupJS·
This has been requested a lot. We are hugely thankful for their effort, which we are sure can also be attributed to the amazing Vite community. There are more an more great contributions coming from that direction ❤️
English
0
1
16
8.3K
Rollup
Rollup@RollupJS·
Since a few days, the entire Rollup docs are now available in Chinese! Thanks to @Shenqingchuan, who approached us, assembled a team and made the impossible possible. Not only that, but they also presented a way to keep the documentation up to date easily: cn.rollupjs.org
English
5
9
87
25.2K
Rollup أُعيد تغريده
Anthony Fu 🦋 @antfu.me
📦 Let me know if you also find this helpful! 🌴 Tree-shaking for deterministic dynamic imports: - const { uniq } = await import('lodash-es') - (await import('lodash-es')).uniq Coming to @RollupJS! 👇 github.com/rollup/rollup/…
English
10
25
264
78.3K
Rollup
Rollup@RollupJS·
@jeffposnick @vite_js You can also find our offerings in the Vite store, but it is still an independent brand!
English
0
0
1
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
While Rollup 3 has just been released and @ViteConf is not even over, we already released the first new feature thanks to a new contributor: Use arrays as plugins in Rollup Vite-style! Thank you so much sxzz! github.com/rollup/rollup/…
English
2
12
100
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
🎉I am massively happy to announce the release of Rollup 3! Check it out: github.com/rollup/rollup/… In the last months, there was a ton of polishing, and all core plugins have received an update as well.
English
4
120
604
0
Rollup أُعيد تغريده
Vite ⚡
Vite ⚡@vite_js·
✋ vite@3.1.0-beta.1 is out! main.vitejs.dev ✅ Migration to parse5, a battle-tested HTML5-compliant parser 🆕 Support for the new Rollup hooks object form Please help us test the beta and let us know how it works for you. Complete changelog at #310-beta1-2022-08-29" target="_blank" rel="nofollow noopener">github.com/vitejs/vite/bl…
English
2
17
131
0
Rollup أُعيد تغريده
ViteConf
ViteConf@ViteConf·
🚀 We're excited to share that @lukastaegert, maintainer of @rollupjs will be a speaker at ViteConf! Vite success is in big part due to a strong bet on Rollup, and Lukas's work on Rollup 3 is fundamental for the future of the ecosystem ⚡️ Vite ❤️ Rollup viteconf.org/speakers/lukas…
English
1
6
49
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
While @RollupJS v3 is progressing well, we just released v2.78 that contains a long-awaited feature: Plugin hook ordering! github.com/rollup/rollup/… It was developed in close collaboration with @vite_js and is similar to enforce, but on hook level. Vite support coming soon.
English
4
13
163
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
Additional features are - configurable hash length via e.g. [hash:16] - functions passed to banner/footer/intro/outro are called per chunk with some chunk information Try out the first beta via "npm install rollup@beta" github.com/rollup/rollup/… Feedback welcome!
English
2
2
7
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
At last, it provides optimally stable chunk hashes that only depend on the final content (including e.g. renderChunk changes) while it fully supports circular (hash-)dependencies. And renderChunk also has access to the full chunk graph now! (cont.)
English
1
1
8
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
Rollup v2 has been around for a REALLY long time, but we are finally starting to prepare v3 now! And the most important core feature is already ready for testing: A completely rewritten content hashing logic! github.com/rollup/rollup/… (cont.)
English
3
17
128
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
There is a big update for @rollup/plugin-commonjs approaching that should finally solve many long-standing issues related to execution order: github.com/rollup/plugins… Before we release it, I invite everyone to test it by installing v22.0.0-5 (also update rollup to v2.64) (cont.)
English
1
3
16
0
Rollup
Rollup@RollupJS·
To the fine folks at @Airbnb dtc innovation @getsentry that just supported Rollup with generous open source grants: Thank you so much ❤️ Everyone involved in Rollup does it out of passion for the ecosystem and developer experience, this helps us a lot!
English
0
5
46
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
🎉 In v2.57.0, Rollup finally gets a "modern" mode! Setting output.generatedCode="es2015" will allow Rollup to use things like "const" and arrow functions for more efficient helpers and slightly smaller code output. #outputgeneratedcode" target="_blank" rel="nofollow noopener">rollupjs.org/guide/en/#outp… (cont.)
English
3
28
159
0
Rollup أُعيد تغريده
Lukas Taegert-Atkinson 🦋
Lukas Taegert-Atkinson 🦋@lukastaegert·
Also in Rollup 2.52: tree-shaking presets. As we are adding new ways to make output even smaller while also working on fixing edge case issues, you can now use the presets "safest" or "smallest" to get the best results: #treeshake" target="_blank" rel="nofollow noopener">rollupjs.org/guide/en/#tree
English
0
7
53
0