yaodingyd / react-flickity-component

A React.js component for using @desandro's Flickity
314 stars 51 forks source link

chrome sourcemap warning #60

Closed dokko closed 3 years ago

dokko commented 5 years ago

This is not a big deal but after i use this component, in chrome i can see this warning

DevTools failed to parse SourceMap: js/index.js.map

and i dont have index.js in my source.. I know i can turn off Enable Javascript source map in chrome setting but.. can fix this?

yaodingyd commented 5 years ago

I'm not even sure what index.js is this. This is not relevant to this library at all. Is it possible it's your application entry file when your bundling tool created? If so you should ask question in webpack/rollup/parcel.

yaodingyd commented 5 years ago

@dokko

theolampert commented 5 years ago

@yaodingyd I think they're talking about the build sourcemap thats checked into the lib folder

yaodingyd commented 5 years ago

@theolampert thanks! That makes more sense. @dokko if you can provide your build config I can help take a look.

yaodingyd commented 3 years ago

Will reopen with further details.