CRACO with linaria
Author: present-gCreated Feb 7, 2024Updated Nov 8, 2024
Labelsbug
What's happening This documentation for Linaria is outdated. The proposed plugin craco-linaria is outdated and refers to an old version of the Linaria loader
What should happen Documentation must comply with new approaches to connecting Linaria by @wyw-in-js
To reproduce
- Connect craco-linaria as described in the documentation
- Run
carco start
CRACO version 7.1.0
CRACO config
// craco.config.js
// Official documentation available at: https://github.com/jednano/craco-linaria
module.exports = {
plugins: [{ plugin: require('craco-linaria') }],
};Source: dilanx/craco