mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 20:37:46 +00:00
refactor(release): release/bundle scripts are refactored with other intermideate fixes
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
devtool: 'eval-cheap-module-source-map',
|
||||
devServer: {
|
||||
//server: 'https',
|
||||
static: path.join(__dirname, './build/dev'),
|
||||
static: path.join(__dirname, './build/development'),
|
||||
compress: true,
|
||||
port: 3000,
|
||||
open: true,
|
||||
@@ -36,7 +36,9 @@ module.exports = {
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
...env,
|
||||
FIRECAMP_EXTENSION_AGENT_ID: JSON.stringify(process.env.FIRECAMP_EXTENSION_AGENT_ID),
|
||||
FIRECAMP_EXTENSION_AGENT_ID: JSON.stringify(
|
||||
process.env.FIRECAMP_EXTENSION_AGENT_ID
|
||||
),
|
||||
},
|
||||
}),
|
||||
// new BundleAnalyzerPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user