mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-03 10:28:41 +08:00
5 lines
117 B
JavaScript
Executable File
5 lines
117 B
JavaScript
Executable File
const path = require('path');
|
|
module.exports = {
|
|
plugins: [require('autoprefixer'), require('postcss-import')],
|
|
};
|