Git Product home page Git Product logo

Comments (4)

nikoisonfire avatar nikoisonfire commented on May 31, 2024 1

My extension on a list of pages (in options) redirects to that redirect.html but I want that page to be able to communicate with my extension (sendMessage --> received in background.js), that's why this redirect.js exists

(in a nutshell: user types in XYZ.com, gets redirect to the HTML, redirect makes the user do some stuff and then redirects back to the XYZ)

Tried to use content-scripts and background-script as .html but both approaches weren't really working for my so I outsourced

from browser-extension-template.

fregante avatar fregante commented on May 31, 2024 1

"watch": "parcel watch source/*.js source/*.html source/*.css source/manifest.json --dist-dir distribution --no-cache --no-hmr",

Instead of this you can only the files that are not found through manifest.json. In your case:

parcel watch source/manifest.json source/redirect.*

Including every JS and CSS file that's already included might cause issues in Parcel’s dependency resolution.

from browser-extension-template.

nikoisonfire avatar nikoisonfire commented on May 31, 2024

Closing this one myself face-palm. Sometimes I'm too fast to creating issues.

Changed the package.json watch task:

"watch": "parcel watch source/*.js source/*.html source/*.css source/manifest.json --dist-dir distribution --no-cache --no-hmr",

Maybe you want to add this to the documentation? I think could be helpful for some people :)

from browser-extension-template.

fregante avatar fregante commented on May 31, 2024

redirect.html and redirect.js but they are not compiled to /distribution

What are those files? How do you use them?

from browser-extension-template.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.