1Mojolicious::Plugin::AsUsseetrPaCcoknM:to:rjPioiblpuietc:ei:doRuoPsle:lr:ulPplJDusog(ci3un)m:e:nAtsasteitoPnack::Pipe::RollupJs(3)
2
3
4
6 Mojolicious::Plugin::AssetPack::Pipe::RollupJs - Use Rollup.js module
7 bundler
8
10 use Mojolicious::Lite;
11 plugin AssetPack => {pipes => [qw(RollupJs)]};
12
14 Rollup is a module bundler for JavaScript which compiles small pieces
15 of code into something larger and more complex, such as a library or
16 application.
17
18 See <https://rollupjs.org/> for more details.
19
21 external
22 $array_ref = $self->external;
23 $self = $self->external(["vue"]);
24
25 Comma-separate list of module IDs to exclude.
26
27 globals
28 $array_ref = $self->globals;
29 $self = $self->globals(["vue"]);
30
31 Comma-separate list of `module ID:Global` pairs. Any module IDs defined
32 here are added to "external".
33
34 modules
35 $array_ref = $self->modules;
36 $self = $self->modules(["vue"]);
37
38 List of NPM modules that the JavaScript application depends on.
39
40 plugins
41 $array_ref = $self->plugins;
42 $self = $self->plugins(["rollup-plugin-vue", "rollup-plugin-uglify"]);
43
44 List of NPM modules that should be loaded by Rollup.js.
45
47 process
48 See "process" in Mojolicious::Plugin::AssetPack::Pipe.
49
51 Mojolicious::Plugin::AssetPack.
52
53
54
55perl v5.28.0 Mojol2i0c1i7o-u1s0:-:2P9lugin::AssetPack::Pipe::RollupJs(3)