react-pivot
react-pivot copied to clipboard
Can't use react-pivot on my react app

Can you help me please? I followed your guidelines for the installation and usage.
add this to your webpack config
module: {
rules: [
{
test: /\.(js|jsx)$/,
include: [
path.join(__dirname, './app'),
path.join(__dirname, './node_modules', 'react-pivot')
],
use: babelLoader
},
]
}