1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
vue.js for Debian
-----------------
This library is built by upstream using rollup.
We have rollup, but we miss two rollup plugins:
- rollup-plugin-alias, ITP: https://bugs.debian.org/888008
- rollup-plugin-commonjs
So for Debian we build it with webpack instead of rollup (that means the
bundled files are 2x larger because of missing tree-shaking).
Also upstream provides 8 different builds, we currently provide only 3 full
builds (Runtime + compiler):
- CommonJS, used by bundlers e.g. Webpack & Browserify, installed in
/usr/lib/nodejs
- Browser build (UMD), development and minified, both installed in
/usr/share/javascript
-- Paolo Greppi <paolo.greppi@libpf.com> Thu, 10 May 2018 10:02:26 +0200
|