Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想知道这个。webpack 可以在浏览器中工作而无需像 JSPM 那样进行任何构建吗?还是和browserify一样?我查看了官方文档,发现没有提到这一点。
它是一个模块捆绑器。更接近 Browserify。但是,您可以轻松地将其设置为手表模式。这样,当您在浏览器中开发和检查结果时,它会在后台处理构建。