| @@ -5,9 +5,12 @@ | ||
| 5 | 5 | ...defaultConfig, |
| 6 | 6 | plugins: [ |
| 7 | 7 | ...defaultConfig.plugins, |
| 8 | 8 | new CopyPlugin({ |
| 9 | - patterns: [{ from: 'node_modules/shiki', to: 'shiki' }], | |
| 9 | + patterns: [ | |
| 10 | + { from: 'node_modules/shiki', to: 'shiki' }, | |
| 11 | + { from: 'src/fonts', to: 'fonts' }, | |
| 12 | + ], | |
| 10 | 13 | }), |
| 11 | 14 | ], |
| 12 | 15 | experiments: { |
| 13 | 16 | asyncWebAssembly: true, |