Update to Next.js 13 and Ionic 7
This commit is contained in:
+3
-9
@@ -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'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user