mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02: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: [
|
||||
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