linaria.config.js 182 B

1234567891011
  1. module.exports = {
  2. rules: [
  3. {
  4. action: require("@linaria/shaker").default,
  5. },
  6. {
  7. test: /node_modules[\/\\](?!@queenjs)/,
  8. action: "ignore",
  9. },
  10. ]
  11. }