Git Product home page Git Product logo

Comments (4)

Can-Sahin avatar Can-Sahin commented on May 1, 2024

Can you delete these lines in babel.config.js file. I think unused babel typescript plugin is ruining something. It works with me. Can you verify that it works for you too ?

https://github.com/Can-Sahin/react-boilerplate-typescript/blob/05cb407d70d283889f525f2b1cf96c6603f66094/babel.config.js#L16-L21

from react-boilerplate-typescript.

ashishkumar-compro avatar ashishkumar-compro commented on May 1, 2024

Hi,

Thanks! It is working now, Also I tried to enable the isTSX option in @babel/plugin-transform-typescript and its working then also.

[
'@babel/plugin-transform-typescript',
{
isTSX: true,
allowNamespaces: true,
},
],

Which option do you recommend, completely removing the plugin or enabling the isTSX option?

from react-boilerplate-typescript.

Can-Sahin avatar Can-Sahin commented on May 1, 2024

Well I suggest you delete it. Babel typescript plugin isnt used. ts-loader does that work better in my opinion. So I kept that plugin as optional. Just remove it I'd say

from react-boilerplate-typescript.

ashishkumar-compro avatar ashishkumar-compro commented on May 1, 2024

ok thanx! 😄

from react-boilerplate-typescript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.