Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use react-pivot on my react app #74

Open
jmcorreia opened this issue Sep 5, 2019 · 1 comment
Open

Can't use react-pivot on my react app #74

jmcorreia opened this issue Sep 5, 2019 · 1 comment

Comments

@jmcorreia
Copy link

image

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

@abdhalees
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants