This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Enable mini-css-extract-plugin's esModule mode (#1514)
This makes the loader part of `mini-css-extract-plugin` output JS using ES modules syntax instead of CJS, allowing webpack's module concatenation and tree shaking features to work more effectively: https://github.com/webpack-contrib/mini-css-extract-plugin#esmodule Fixes #1511.
- Loading branch information