---
title: "Webpack support in Expo CLI is now deprecated"
url: https://daily.dev/posts/webpack-support-in-expo-cli-is-now-deprecated-s3vxiepdw
source_url: https://blog.expo.dev/webpack-support-in-expo-cli-is-now-deprecated-e9831d7eb631
type: article
source: "Expo"
published: 2024-01-18T20:09:22.718Z
updated: 2024-01-18T20:09:21.949Z
tags: ["storybook"]
reading_time: 3
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Webpack support in Expo CLI is now deprecated

**[Expo](https://daily.dev/sources/expo)** · 3 min read · 1 upvotes · 0 comments

## Summary

Expo CLI no longer supports Webpack for bundling websites. Instead, Expo recommends using Metro bundler and Expo Router for building websites. Metro bundler has many advantages, including incremental bundling, aggressive caching, and a multi-dimensional graph for bundling multiple different platforms simultaneously. Expo has added several web-specific features to Metro, such as file-based routing, CSS, Sass, PostCSS, Tailwind, fast refresh, static rendering, API routes, and more. Third party integrations like Storybook and Next.js still support Metro bundler. Users with custom features can refer to Expo's documentation to implement those features using universal Metro bundler.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.expo.dev/webpack-support-in-expo-cli-is-now-deprecated-e9831d7eb631>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#storybook](https://daily.dev/tags/storybook)

[View this post on daily.dev](https://daily.dev/posts/webpack-support-in-expo-cli-is-now-deprecated-s3vxiepdw)
