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