Questions tagged [rollupjs]

Rollup.js is a next-generation JavaScript Transpiler and module bundler

rollup.js is a module bundler, similar to browserify, but targeting code written as ES2015 modules.

Rollup takes advantage of the fact that ES2015 import and export declarations are statically analyzable and only bundles the functions / values that are actually referenced.

1172 questions
-3
votes
1 answer

Easiest tool to bundle an already existing Angular 2 application

I have an already working Angular 2 application with express as a backend server. The express server has some logic that redirects the request to the right path based on the URL and file type, meaning, there is no one "public path" that has all…
Loves2Develop
  • 774
  • 1
  • 8
  • 29
1 2 3
78
79