A Rollup plugin for JTaro Module that enables importing CSS, HTML templates, and processing them for Vue.js applications. Version 0.3.2 is the latest stable release, last updated in 2018. It provides features like HTML to Vue render function conversion, style merging, and source map support. Differentiators include simplified module bundling for JTaro-based projects, automatic CSS order management, and integration with Vue render functions.
npm install rollup-plugin-jtaro-moduleVerified import paths — ran on the pinned version, not inferred.
Basic Rollup configuration using the plugin to process CSS and HTML imports, with html2Render option for Vue.
Consider migrating to a maintained alternative or adapting the plugin for Rollup v2+.
Ensure Vue is installed if using html2Render: true.
Update to version 0.3.2 or later.
npm install --save-dev rollup-plugin-jtaro-module
Use Rollup v1.x or update the plugin source code.