Skip to content

Instantly share code, notes, and snippets.

@GrosSacASac
Created November 30, 2020 12:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GrosSacASac/ec161cb36dea93a73f034783d860c9b5 to your computer and use it in GitHub Desktop.
Save GrosSacASac/ec161cb36dea93a73f034783d860c9b5 to your computer and use it in GitHub Desktop.
rollup-warning-reproduction

node main.js

import {rollup} from "rollup/dist/es/rollup.js";
{
"name": "rollup-repro",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"rollup": "^2.34.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment