extension-js / extension.js

🧩 Plug-and-play, zero-config, cross-browser extension development tool.
https://extension.js.org
MIT License
3.67k stars 93 forks source link

Import styles in development mode do not take effect #105

Closed OSpoon closed 3 months ago

OSpoon commented 3 months ago

@cezaraugusto,Sorry, it seems that importing css does not work in development mode at the moment, We still need to make a few changes.

cezaraugusto commented 3 months ago

@OSpoon can't repro in the main branch. still happening?

OSpoon commented 3 months ago

Maybe due to caching, I will close this issue first.

OSpoon commented 3 months ago

Need to make sure again !!!

Steps

  1. switch to the main branch;
  2. create the newtab project: yarn extension create ../react-ext --template=react

Now ❓

  1. Import file case error? image

  2. The development mode is missing?

Run yarn dev:

image

image

Run yarn start:

image

image