Only output is manifest.js ?
See original GitHub issueRunning 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:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I fixed this by making sure parcel-plugin-web-extension was in my local package.json and node modules.
I’m seeing an issue where the plugin fails to install but parcel bundles the
manifest.json
anyway (creatingdist/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