Skip to content
#

rollup

Here are 1,076 public repositories matching this topic...

tsdx
therealparmesh
therealparmesh commented Jan 29, 2020

It may be convenient to expose something to consumers that will make it easier to use Jest - something like the default babel options (presets, plugins, etc.) or a transform module (see something like https://github.com/ActuallyACat/jest-esm-transformer).

This makes using syntax like import/export much easier for folks who use this amazing library for bundling and Jest for tests.

Thank y

el1f
el1f commented Apr 20, 2020

First of all, congrats on the great project!
I've started using it a couple of days ago but I've now started to bump onto some very big hurdles due to the fact that the Readme and all of the currently available documentation is scattered across several docs, the micro bundle project and so on.
I'm afraid this issue will end up being kind of redundant but I was unable to find anywhere else where

mercury-parser
svenwiegand
svenwiegand commented Aug 28, 2019
  • Platform: MacOS
  • Mercury Parser Version: master
  • Node Version (if a Node bug): v11.1.0
  • Browser Version (if a browser bug): n/a

Description

I have created a custom extractor for https://www.gruene.de/themen/arbeit which delivers the expected results for content and lead_image_url with the following specifications:

export const WwwGrueneDeExt
LarsDenBakker
LarsDenBakker commented Apr 23, 2020
  • Rollup Plugin Version: v5

Feature Use Case

When using the new babel .generated option, we lose the ability to deduplicate babel helpers. They're duplicated in each chunk. This really adds up, especially when compiling to es5. It would be useful to deduplicate these helpers, even when using .generated.

Feature Proposal

I created a babel + rollup plugin which adds imports for b

SzNagyMisu
SzNagyMisu commented Jan 10, 2020

What problem does this feature solve?

I am creating a small package shipping some custom input fields for a project of ours. For templates I use pug. I decided to build it for production with rollup instead of webpack for a number of reasons. But it did not compile. For development (with webpack) I had no problem, the problem came from building with rollup.

After digging into the

askrht
askrht commented Feb 19, 2018

rpm run e2e gives error on OSX.

 E/protractor - Could not find Angular on page http://127.0.0.1:57025/ : retries looking for angular exceeded
F
  App
    ✗ should have a title
      - Failed: Angular could not be found on the page http://127.0.0.1:57025/.If this is not an Angular application, you may need to turn off waiting for Angular.
                                Please see 
  

Improve this page

Add a description, image, and links to the rollup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rollup topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.