rollup for optimization of the scripts
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please check the repository for a similar issue or PR before submitting -->
[ ] Support request => <!-- Please check the repository for a similar issue or PR before submitting -->
[x] Feature request
[ ] Documentation issue or request
I think it will be nice to optimize the build size of the files by integration of rollup.js
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
rollup.js
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library...
Read more >How to Bundle JavaScript With Rollup — Step-by-Step Tutorial
Rollup is a next-generation JavaScript module bundler. Author your app or library using ES2015 modules, then efficiently bundle them up into a single...
Read more >The Ultimate Guide to Getting Started with the Rollup.js ...
Rollup.js is a Node.js module bundler most often used for client-side JavaScript running in the browser. (You can bundle Node.js scripts but ...
Read more >rollup/awesome: ⚡️ Delightful Rollup Plugins, Packages ...
Delightful Rollup Plugins, Packages, and Resources - GitHub - rollup/awesome: ... glsl-optimize - Import and optimize GLSL shaders as compressed strings.
Read more >Rollup - Best of JS
Rollup can optimize ES modules for faster native loading in modern browsers, or output a legacy module format allowing ES module workflows today....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vlados I’m closing this in favor of
sideEffects
feature of webpack 4 #344@vlados that’s not quite easy as it seems, there’re some points to be cleared first. Although not easy, I’ll find a way to realize this 😄