@caweb/cli 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/commands/serve.js CHANGED
@@ -50,6 +50,7 @@ export default async function serve({
50
50
  let webPackArgs = [
51
51
  'serve',
52
52
  '--open',
53
+ '--hot',
53
54
  '--mode=none',
54
55
  '--config',
55
56
  defaultConfig
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/cli",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "CAWebPublishing Command Line Interface.",
5
5
  "exports": "./lib/env.js",
6
6
  "type": "module",