Giter Site home page Giter Site logo

How to build correctly about react-slick HOT 7 CLOSED

akiran avatar akiran commented on May 3, 2024
How to build correctly

from react-slick.

Comments (7)

akiran avatar akiran commented on May 3, 2024

Which version of react are you using ?
For react 0.12, /** @jsx React.DOM */ is not required.

react-slick requires react 0.12

from react-slick.

mfclarke avatar mfclarke commented on May 3, 2024

My package.json lists "react": "^0.12.1",

from react-slick.

akiran avatar akiran commented on May 3, 2024

@mfclarke react-slick uses es6/harmony features.
you have to use harmony flag with jsx loader

{ test: /\.jsx$/, loaders: ['jsx?harmony'] }

from react-slick.

mfclarke avatar mfclarke commented on May 3, 2024

Unfortunately that hasn't fixed it. Is there somewhere else I need to specify es6/harmony?

from react-slick.

akiran avatar akiran commented on May 3, 2024

You webpack config seem ok. I couldn't find the problem.

Are you seeing this error only when you import react-slick ?

Can you try babel-loader instead of jsx-loader and see if it works ?

On Tue, Feb 17, 2015 at 7:24 PM, Maximilian Clarke <[email protected]

wrote:

Unfortunately that hasn't fixed it. Is there somewhere else I need to
specify es6/harmony?


Reply to this email directly or view it on GitHub
#11 (comment).

from react-slick.

akiran avatar akiran commented on May 3, 2024

I added umd wrapper to dist files and made release now (0.3.2)

If you still have issues with build, you can use pre-bundled file

var react = require('react'); // This should be before importing slick
var Slider = require('react-slick/dist/react-slick);

from react-slick.

mfclarke avatar mfclarke commented on May 3, 2024

Yep, the error only happens if I import react-slick

babel-loader seems to work, thanks!

from react-slick.

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.