astroturf
astroturf copied to clipboard
Work with react-app-rewired
Hi! Astroturf can work with react-app-rewired and without eject create-react-app?
Ok, i find this config sample, it's correct? Thanks!
config.module.rules.push({
test: /\.(js|mjs|jsx|ts|tsx)$/,
use: [
{
loader: 'astroturf/loader',
options: { extension: '.module.css' }
}
]
})
return config
}