Enable output stand alone mode

* Update dockerfile
This commit is contained in:
Defectink
2022-04-14 14:01:49 +08:00
parent ad3a0b7e74
commit 859fd847f1
2 changed files with 28 additions and 18 deletions

View File

@ -25,6 +25,9 @@ const composedConfig = composePlugins([
// experimental: {
// reactMode: 'concurrent',
// },
experimental: {
outputStandalone: true,
},
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
},
]);