UNPKG

tix-react-ssr

Version:

Tiket.com React Project Scripts

19 lines (17 loc) 513 B
const path = require('path'); const paths = require('../config/paths'); const pkg = require('../package.json'); module.exports = { plugins: { 'postcss-cssnext': { features: { rem: { html: false } }, browsers: pkg.browserslist }, 'postcss-import': { addModulesDirectories: [ path.resolve(__dirname, '../node_modules'), paths.appPath + '/node_modules' ], root: paths.appSrc + '/styles/' }, 'postcss-modules-values': {}, 'postcss-flexbugs-fixes': {}, }, };