Fixed lodash library not invoking in production build ()

* Added staging docker-compose file
* Use lodash-es and remove hydration option on photos page fixed the problem
This commit is contained in:
Alex 2022-05-22 04:48:38 -05:00 committed by GitHub
parent baaf7ad153
commit ce06af0c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 163 additions and 22 deletions

View file

@ -3,8 +3,6 @@ import adapter from '@sveltejs/adapter-node';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
preprocess: preprocess(),
kit: {