Top "Rollupjs" questions

Rollup.

Rollup.js unresolved dependencies

I am trying to incorporate rollup.js into a project. Currently I am getting the warnings provided below in the …

javascript dependencies rollupjs
What is flat bundling and why is Rollup better at this than Webpack?

I have recently been looking into rollup and seeing how it differs from Webpack and other bundlers. One thing I …

reactjs webpack bundler rollupjs
How do I export Typescript interfaces from a node module?

Figured it out! Initially, I was trying to import my module like this: const qml = require('quill-marking-logic') const { checkSentenceCombining, checkSentenceFragment, …

node.js typescript node-modules rollupjs
Proper way to chain PostCSS and SASS in rollup

I'm trying to set up rollup to use both SCSS stylesheets and the Lost grid system, which needs to be …

sass promise build-tools postcss rollupjs
Tree shaking create-react-app?

I created my React app with create-react-app and now use TypeScript with create-react-app-typescript. Everything works ok, but the problem is …

reactjs webpack create-react-app rollupjs react-scripts
Rollup: globals & external

I'm trying to rollup my completely es6 module repo which has both local imports/export for the projects, and imports …

iife rollupjs
How to bundle react app with rollup

I am looking for help with rollup config to build simplest react app. Currently my bundled js file doesn't really …

reactjs rollupjs
Can I have multiple entry points using Rollup with Gulp?

I have a gulpfile.js that uses Rollup to build two distinct JS files (front-end and admin). The rollup.config.…

gulp rollupjs
Using Rollup for Angular 2's AoT compiler and importing Moment.js

I'm trying to follow the official AoT guide for Angular 2, and I'm using Moment.js in my application. Moment.js …

angular typescript momentjs rollupjs angular2-aot
Global variable not working in NodeJS

I am trying to get global variables working in node.js, but it seems like I don't really understand the …

javascript node.js laravel-elixir rollupjs