[英 => 中] webpack-dev-server 的 examples 说明之 Webpack config array

前端之家收集整理的这篇文章主要介绍了[英 => 中] webpack-dev-server 的 examples 说明之 Webpack config array前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Webpack config array (Webpack 配置数组)

This opens the app with two webpack configs.

使用 2 个 webpack 配置打开 app 。

What should happen (应该发生什么)

The script should open http://localhost:8080/. It should display "It's working" with a dotted background.

该脚本应该打开 http://localhost:8080/。它应该显示 "It's working" 以及带点的背景。

Browsing to http://localhost:8080/bundle2.js should show a minified JS bundle.

浏览 http://localhost:8080/bundle2.js 应该显示一个压缩的 JS bundle 。

猜你在找的程序笔记相关文章