wxt 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1801,7 +1801,7 @@ function reloadContentScripts(steps, config, server) {
1801
1801
  const js = [getEntrypointBundlePath(entry, config.outDir, ".js")];
1802
1802
  const css = getContentScriptCssFiles([entry], server.currentOutput);
1803
1803
  server.reloadContentScript({
1804
- ...mapWxtOptionsToContentScript(entry.options),
1804
+ ...entry.options,
1805
1805
  js,
1806
1806
  css
1807
1807
  });
@@ -1818,7 +1818,7 @@ function reloadHtmlPages(groups, server, config) {
1818
1818
  }
1819
1819
 
1820
1820
  // package.json
1821
- var version2 = "0.2.1";
1821
+ var version2 = "0.2.2";
1822
1822
 
1823
1823
  // src/core/utils/defineConfig.ts
1824
1824
  function defineConfig(config) {