UNPKG

create-aelf-dapp

Version:

Create aelf Dapp based on Next.js with one command

11 lines (9 loc) 227 B
/** @type {import('postcss-load-config').Config} */ const config = { plugins: { tailwindcss: {}, autoprefixer: {}, ...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {}) }, }; export default config;