Update to Next.js 13 and Ionic 7

This commit is contained in:
Max Lynch
2023-04-06 10:42:43 -05:00
parent 2408f73b8d
commit 3b726d6892
3 changed files with 1731 additions and 4999 deletions
+3 -9
View File
@@ -1,14 +1,8 @@
const withTM = require('next-transpile-modules')([
'@ionic/react',
'@ionic/core',
'@stencil/core',
'ionicons',
]);
module.exports = withTM({
module.exports = {
basePath: '',
images: {
domains: ['images.unsplash.com'],
},
swcMinify: true,
});
transpilePackages: ['@ionic/react', '@ionic/core', '@stencil/core', 'ionicons'],
}