mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
Adding framer-motion to the vendor chunk config consolidates all framer-motion code into a single eagerly-loaded chunk, ensuring featureNames is computed exactly once before any mutation happens. (#11643)
This commit is contained in:
@@ -185,6 +185,11 @@ export default () =>
|
||||
test: /node_modules[\\/](yjs|y-prosemirror|y-indexeddb|@hocuspocus|lib0)/,
|
||||
priority: 20,
|
||||
},
|
||||
{
|
||||
name: "vendor-framer-motion",
|
||||
test: /node_modules[\\/]framer-motion/,
|
||||
priority: 20,
|
||||
},
|
||||
{
|
||||
name: "vendor-styled",
|
||||
test: /node_modules[\\/]styled-components/,
|
||||
|
||||
Reference in New Issue
Block a user