Upgrade all possible dependencies
This commit is contained in:
+10
-1
@@ -1,8 +1,17 @@
|
||||
module.exports = {
|
||||
basePath: '',
|
||||
images: {
|
||||
domains: ['images.unsplash.com'],
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'images.unsplash.com',
|
||||
port: '',
|
||||
pathname: '**',
|
||||
},
|
||||
],
|
||||
unoptimized: true,
|
||||
},
|
||||
output: 'export',
|
||||
swcMinify: true,
|
||||
transpilePackages: ['@ionic/react', '@ionic/core', '@stencil/core', 'ionicons'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user