Mojolicious-Plugin-Webpack

 view release on metacpan or  search on metacpan

example/rollup/assets/rollup.config.d/core.js  view on Meta::CPAN

// Autogenerated by Mojo::Alien::rollup 1.01
const commonjs = require('@rollup/plugin-commonjs');
const {nodeResolve} = require('@rollup/plugin-node-resolve');

module.exports = function(config) {
  config.plugins.push(nodeResolve());
  config.plugins.push(commonjs());
};



( run in 0.774 second using v1.01-cache-2.11-cpan-39bf76dae61 )