react-pivot icon indicating copy to clipboard operation
react-pivot copied to clipboard

Can't use react-pivot on my react app

Open jmcorreia opened this issue 6 years ago • 1 comments

image

Can you help me please? I followed your guidelines for the installation and usage.

jmcorreia avatar Sep 05 '19 13:09 jmcorreia

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
      },
  ]
}

abdhalees avatar May 13 '20 01:05 abdhalees