mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 12:27:44 +00:00
feat(platform): firecamp agent manager is now working as expeted
- firecamp extension agent is improved to manage error - firecamp agent selector ui will show download extension button if the extension is not instelled
This commit is contained in:
@@ -36,7 +36,7 @@ module.exports = {
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
...env,
|
||||
CHROME_APP_ID: JSON.stringify(process.env.CHROME_APP_ID),
|
||||
FIRECAMP_EXTENSION_AGENT_ID: JSON.stringify(process.env.FIRECAMP_EXTENSION_AGENT_ID),
|
||||
},
|
||||
}),
|
||||
// new BundleAnalyzerPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user