frontend/.pnpm-store/v3/files/8f/035229686f393ca5cc3265f6eca907b4b0423b885c832b63fba940461ee2d47605f0bcac947ea47c246e1c22a7755db9ce869539f698f8dd44b43798d4298b

7 lines
148 B
Plaintext

"use strict";
if (process.env.OXIDE) {
module.exports = require("./oxide/postcss-plugin");
} else {
module.exports = require("./plugin");
}