question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Only output is manifest.js ?

See original GitHub issue

Running this command just outputs a single manifest.js file, even though there are several entry points, including non-js.

parcel ext/src/manifest.json

{
  "background": {
    "scripts": [
      "./bg/background.js"
    ],
    "persistent": true
  },
  "options_page": "./options/index.html",
  "browser_action": {
    "default_icon": "icons/icon_19x19.png",
    "default_title": "browser action demo",
    "default_popup": "./browser_action/browser_action.html"
  }
}

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mewwtscommented, Feb 15, 2020

I fixed this by making sure parcel-plugin-web-extension was in my local package.json and node modules.

0reactions
jackmac92commented, Mar 25, 2019

I’m seeing an issue where the plugin fails to install but parcel bundles the manifest.json anyway (creating dist/manifest.js).

The situation doesn’t seem related to Windows paths, as I’m only developing on mac os x and linux. On my macbook the docker image builds fine, but on a linux system the plugin install fails

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Only output is manifest.js ? - - Bountysource
Running this command just outputs a single manifest.js file, even though there are several entry points, including non-js. parcel ext/src/manifest.json
Read more >
How can I create a single Webpack manifest that includes ...
I have a webpack configuration which exports two config objects, to generate multiple builds from the same source file for current and legacy ......
Read more >
Web Application Manifest - W3C
This specification defines a JSON-based file format that provides developers with a centralized place to put metadata associated with a web ...
Read more >
Webpack: one manifest.json from multiple configurations output
In this post we will cover how to write to one manifest.json file from ... at the end, the output directory will contain...
Read more >
Output Data - Amazon SageMaker - AWS Documentation
The inference directory is only present when you are using automated data ... The output directory contains the output manifest file for your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found