Skip to content

Commit 3b726d6

Browse files
committed
Update to Next.js 13 and Ionic 7
1 parent 2408f73 commit 3b726d6

File tree

3 files changed

+1690
-4958
lines changed

3 files changed

+1690
-4958
lines changed

next.config.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
const withTM = require('next-transpile-modules')([
2-
'@ionic/react',
3-
'@ionic/core',
4-
'@stencil/core',
5-
'ionicons',
6-
]);
7-
8-
module.exports = withTM({
1+
module.exports = {
92
basePath: '',
103
images: {
114
domains: ['images.unsplash.com'],
125
},
136
swcMinify: true,
14-
});
7+
transpilePackages: ['@ionic/react', '@ionic/core', '@stencil/core', 'ionicons'],
8+
}

0 commit comments

Comments
 (0)