- fix: Set the configuration item shims of tsup to true to solve the problem that import.meta.url is undefined.
- fix: Use require to load sass and less
- chore: package.json adds engines option
- Chrome extension pages and injected scripts support the use of vue, react, etc.
- content_scripts css configuration item supports .scss or .less files; js configuration item supports .js(x) or .ts(x) files.
- background.service_worker configuration item supports .js or .ts files.
- In development environments, content_scripts injected pages and Chrome extensions are automatically reloaded after content_scripts and background.service_worker are modified.