@dealmore/funny
Advanced tools
Comparing version 0.3.1 to 0.3.2
# @dealmore/funny | ||
## 0.3.2 | ||
### Patch Changes | ||
- 4f7ba06: Fixes a bug in dev mode where runtime is not resused | ||
## 0.3.1 | ||
@@ -4,0 +10,0 @@ |
@@ -33,6 +33,6 @@ "use strict"; | ||
let compilers = {}; | ||
let reBuild = true; | ||
const getHandler = async () => { | ||
let tmpDir = null; | ||
let compiler = compilers[entry]; | ||
let reBuild = true; | ||
consola.debug('Running entry ', entry); | ||
@@ -39,0 +39,0 @@ const onRebuild = () => { |
{ | ||
"name": "@dealmore/funny", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16538