astroturf icon indicating copy to clipboard operation
astroturf copied to clipboard

Work with react-app-rewired

Open eDubrovsky opened this issue 5 years ago • 1 comments

Hi! Astroturf can work with react-app-rewired and without eject create-react-app?

eDubrovsky avatar Apr 07 '19 19:04 eDubrovsky

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
}

eDubrovsky avatar Apr 07 '19 21:04 eDubrovsky