mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
chore: minor change
This commit is contained in:
parent
692a97d2c0
commit
840fb9bd5f
@ -27,6 +27,11 @@ export default defineConfig(({ mode }) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
define: {
|
||||||
|
__DEV__: isDevelopment,
|
||||||
|
__TARGET_BROWSER__: JSON.stringify(targetBrowser),
|
||||||
|
},
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
react(),
|
react(),
|
||||||
|
|
||||||
@ -99,10 +104,5 @@ export default defineConfig(({ mode }) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
define: {
|
|
||||||
__DEV__: isDevelopment,
|
|
||||||
__TARGET_BROWSER__: JSON.stringify(targetBrowser),
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user