Open jimexist opened 8 years ago
Console 应该是没有errors了,我回头再解决warnings的问题。
Chrome显示问题解决了,不是浏览器的问题,是CSS里tag的attribute没有设置好
我用webpack pack了一个bundle2.js想用来代替utils.js和screener.js,但是在html里require了bundle2.js之后发现似乎没有成功代替那两个js文件,想知道我到底是哪一步出错了呢?我生成的bundle2.js已经push到github上了,以及用来生成bundle的wepack.config.js。
console
.js
files, so that you can have modular code base, and also you can usenpm
to install dependencies like react - instead of requiring them inhtml
file, you can require the webpack processed bundle in one<script>
tag