Skip to content

Instantly share code, notes, and snippets.

@tjoskar
Last active April 9, 2019 15:28
Show Gist options
  • Save tjoskar/5ef5eb9ee17cfb45e73548f150cc913e to your computer and use it in GitHub Desktop.
Save tjoskar/5ef5eb9ee17cfb45e73548f150cc913e to your computer and use it in GitHub Desktop.
microbundle issue
{
"name": "tets",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"source": "src/foo.js",
"module": "lib/foo.mjs",
"unpkg": "lib/foo.umd.js",
"dependencies": {},
"devDependencies": {
"microbundle": "^0.11.0"
},
"scripts": {},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment