react-slider icon indicating copy to clipboard operation
react-slider copied to clipboard

模块没有引入

Open wotermelon opened this issue 9 years ago • 4 comments

Module not found: Error: Cannot resolve 'file' or 'directory' ./Slider/Slider

src的代码,但是用的是我自己的webpack.config,为什么会出现这个

wotermelon avatar Feb 22 '16 13:02 wotermelon

resolve: {
    root: __dirname,
    extensions: ['', '.js', '.jsx']
  }, 

这一段引入了吗,要不然要加扩展名 ./Slider/Slider.jsx

TongchengQiu avatar Feb 22 '16 14:02 TongchengQiu

非常感谢,初学者

wotermelon avatar Feb 22 '16 15:02 wotermelon

没事没事

TongchengQiu avatar Feb 23 '16 02:02 TongchengQiu

我按你的代码搞了个 vue 的 slider

abisuq avatar Mar 29 '16 15:03 abisuq