mirror of
https://github.com/harness/drone.git
synced 2025-07-08 03:29:22 +00:00
Fix local dev setup while producing MFE to be embed into Harness Platform (#1225)
This commit is contained in:
parent
f24d5b06d3
commit
b4902cd6d5
@ -34,8 +34,8 @@ module.exports = {
|
||||
target: 'web',
|
||||
context: CONTEXT,
|
||||
stats: {
|
||||
modules: false,
|
||||
children: false
|
||||
modules: true,
|
||||
children: true
|
||||
},
|
||||
entry: {
|
||||
[moduleFederationConfig.name]: './src/public-path'
|
||||
|
@ -39,6 +39,9 @@ const devConfig = {
|
||||
output: {
|
||||
publicPath: '/'
|
||||
},
|
||||
optimization: {
|
||||
runtimeChunk: 'single'
|
||||
},
|
||||
devServer: {
|
||||
hot: true,
|
||||
host: HOST,
|
||||
|
Loading…
x
Reference in New Issue
Block a user