123456789101112 |
- // linaria 配置详见 https://github.com/callstack/linaria/blob/master/docs/CONFIGURATION.md#options
- module.exports = {
- rules: [
- {
- action: require("linaria/evaluators").shaker,
- },
- {
- test: /node_modules[\/\\](?!@tarojs[\/\\]components)/,
- action: "ignore"
- }
- ]
- }
|