generator-reshow 0.17.39 → 0.17.40
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.
|
@@ -102,7 +102,7 @@ develop() {
|
|
|
102
102
|
stop
|
|
103
103
|
echo "Develop Mode"
|
|
104
104
|
npm run build
|
|
105
|
-
[ ! -z "$webpack" ] && CONFIG=$conf $webpack && [ ! -z "$serverEnabled" ] CONFIG=$conf $webpack $WEBPACK_SERVER_CONFIG
|
|
105
|
+
[ ! -z "$webpack" ] && CONFIG=$conf $webpack && [ ! -z "$serverEnabled" ] && CONFIG=$conf $webpack $WEBPACK_SERVER_CONFIG
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
watch() {
|
package/package.json
CHANGED