1. rollit
Bundle your modules using rollup
rollit
Package: rollit
Last modified: Mon, 16 May 2022 04:08:58 GMT
Version: 0.0.9
License: MIT
Downloads: 157

Install

npm install rollit
yarn add rollit

rollit

rollup any js library or vue component

⚠️ rollit is still under development. It works perfectly with javascript and
most vue libs but may not be enough for more complicated libs. Of course, feel
free to open issues to request features and to report bugs 😄

Installation

 npm i -g rollit

Usage

 rollit [file]

To see a complete list of options, do rollit -h

rollit works with no option by applying default values and try to be smart to
make it as simple as running a command so most people doesn't even have to care
about options. To make this possible rollit uses
rollup and many other plugins.

Configuration

Roadmap

  • [ ] Local config (using cosmiconfig)
  • [ ] Fix package.json to match compiled files
    • [ ] main, browser, module, unpkg
    • [ ] files property (when publish)
    • [ ] Add prepublishOnly hook
  • [ ] More defaults to handle entrypoints
  • [ ] entry guess by using simple globs?
  • [ ] Speeds improvements
    • [ ] Dynamically add/remove plugins based on files

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin