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 Thu, 10 May 2018 10:02:26 +0200