Skip to content

Empty output and no error messageΒ #158

Description

@weslleyaraujo

Hi folks! πŸ‘‹

I am trying to setup microbundle for my project, but looks like I am missing something πŸ˜…

Nothing comes out of the output for microbundle build, as for microbundle watch the process just dies (with no error message either)

⟩ yarn run start
yarn run v1.5.1
$ microbundle watch
Watching source, compiling to dist:
✨  Done in 1.35s.


⟩ yarn run build
yarn run v1.5.1
$ microbundle
Build output to dist:

✨  Done in 1.14s.

I have the following setup in my package.json :

{
  "main": "dist/index.js",
  "umd:main": "dist/index.umd.js",
  "module": "dist/index.m.js",
  "source": "src/index.js",
}

btw, this project uses // @flow, not sure if its related at all

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions