mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-12 15:55:05 -04:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
if (process.env.OXIDE) {
|
|
module.exports = require('./oxide/postcss-plugin')
|
|
} else {
|
|
module.exports = require('./plugin')
|
|
}
|