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

Not working with Ant Design (babel-plugin-import) #35

Closed
samuelcastro opened this issue Nov 16, 2018 · 3 comments
Closed

Not working with Ant Design (babel-plugin-import) #35

samuelcastro opened this issue Nov 16, 2018 · 3 comments

Comments

@samuelcastro
Copy link

samuelcastro commented Nov 16, 2018

This is my config:

module.exports = override(
  fixBabelImports('antd', {
    libraryName: 'antd',
    style: true
  }),
  useEslintRc(),
  enableEslintTypescript()
);

And for some reason this is not working.

I'm using CRA 2.x with typescript, react-app-rewired and babel-plugin-import are installed properly.

Any thoughts?

@samuelcastro samuelcastro changed the title Not workign with Ant Design Not working with Ant Design (babel-plugin-import) Nov 16, 2018
@samuelcastro
Copy link
Author

closing, not an issue here.

@joao-alberto
Copy link

@samuelcastro Did you solved the problem? How?

@phungrk
Copy link

phungrk commented Jan 21, 2019

@joao-alberto
Here the solution !
timarney/react-app-rewired#348

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

3 participants