be-fe / iSlider

Smooth mobile touch slider for Mobile WebApp, HTML5 App, Hybrid App
http://be-fe.github.io/iSlider/
MIT License
1.66k stars 448 forks source link

webpack require animate.js fail #382

Closed fynn90 closed 8 years ago

fynn90 commented 8 years ago

use webpack require animate.js fail. chrome console 'Uncaught Error: Cannot find module "islider"'. It should islider.js but not islider.

xieyu33333 commented 8 years ago

你是用npm引入islider的么?

fynn90 commented 8 years ago

对。 用npm down 然后下来require('islider.js'); 为什么会是 islider.js 而不是 islider呢。再在 后面 require iSlider.animate.js 报错了。

shinate commented 8 years ago

检查下path有没有写错~ @xieyu33333 这名字确实.... 目录还得加后缀

shinate commented 8 years ago

@fatefan 对于使用commonjs规范的,比如webpack/requirejs等,配置定义包别名。

xieyu33333 commented 8 years ago

历史原因,一开始没往npm发布,等想起来的时候名字已经被占了。。

fynn90 commented 8 years ago

ok mingbaile

qbaty commented 8 years ago

那你也可以用islider-js 或是 i-slider