mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
reate-router 7.0.1
This commit is contained in:
@@ -119,8 +119,6 @@ export default defineConfig(({ command, mode }) => {
|
||||
if (id.includes('node_modules')) {
|
||||
// creating a chunk to react routes deps. Reducing the vendor chunk size
|
||||
if (
|
||||
id.includes('react-router-dom') ||
|
||||
id.includes('@remix-run') ||
|
||||
id.includes('react-router')
|
||||
) {
|
||||
return '@react-router';
|
||||
|
||||
Reference in New Issue
Block a user