我正在使用webpack来测试一个新的mobiscroll插件,因为我收到了一个错误,需要确保它不是我的设置。
但是现在我得到的错误暗示(至少从搜索中)我正在使用browserify。
react-with-addons.min.js:16
Uncaught Error:
Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.
我已经把它放在github上供人们检查和测试:
https://github.com/jamiehutber/mobiscroll-webpack
我已经完成的事情
set NODE_ENV=development //set in my npm start script and also set manually before running npm start
如何停止此错误?
答案 0 :(得分:1)
您在index.html
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react-with-addons.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.1.0/react-dom.min.js"></script>
你还在index.js中将它包含在Webpack中。从index.html