Website/db/blitz.config.ts

14 lines
413 B
TypeScript
Raw Normal View History

2021-12-18 22:34:07 -05:00
import { BlitzConfig } from "blitz"
const config: BlitzConfig = {
/* Uncomment this to customize the webpack config
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
// Note: we provide webpack above so you should not `require` it
// Perform customizations to webpack config
// Important: return the modified config
return config
},
*/
}
module.exports = config