Task: update webpack config, config lerna on test-mfe

This commit is contained in:
2022-09-27 09:35:17 +07:00
parent e3741d801a
commit e75c6d9ece
12 changed files with 3556 additions and 188 deletions

View File

@@ -26,6 +26,6 @@
"scripts": {
"serve": "http-server ./dist/ --cors -o -c-1 --proxy",
"build": "webpack --mode production",
"start": "webpack serve --open chrome"
"start": "webpack serve --mode development --live-reload --hot"
}
}