Tldraw/next.config.js

13 wiersze
207 B
JavaScript

const withPWA = require('next-pwa')
module.exports = withPWA({
future: {
webpack5: true,
},
pwa: {
dest: 'public',
scope: '/',
disable: process.env.NODE_ENV === 'development',
},
})