Fix for dynamic routes with app router SSR
This commit is contained in:
+7
-2
@@ -13,5 +13,10 @@ module.exports = {
|
||||
},
|
||||
output: 'export',
|
||||
swcMinify: true,
|
||||
transpilePackages: ['@ionic/react', '@ionic/core', '@stencil/core', 'ionicons'],
|
||||
}
|
||||
transpilePackages: [
|
||||
'@ionic/react',
|
||||
'@ionic/core',
|
||||
'@stencil/core',
|
||||
'ionicons',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user