Skip to content

Commit d17442a

Browse files
committed
Disable automatic optimization and change v:serve for new dev environment
1 parent c82f273 commit d17442a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@
9090
"config": {
9191
"preferred-install": "dist",
9292
"sort-packages": true,
93-
"optimize-autoloader": true
93+
"optimize-autoloader": false
9494
}
9595
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
6060
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
6161
"serve": "NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --no-clipboard --progress",
62-
"v:serve": "PUBLIC_PATH=http://pterodactyl.local:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 192.168.10.10 --no-clipboard",
62+
"v:serve": "PUBLIC_PATH=http://pterodactyl.local:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 0.0.0.0 --no-clipboard",
6363
"compile:assets": "php artisan vue-i18n:generate & php artisan ziggy:generate resources/assets/scripts/helpers/ziggy.js"
6464
}
6565
}

storage/app/packs/.githold

100644100755
File mode changed.

0 commit comments

Comments
 (0)