Skip to content

Commit b9eca48

Browse files
committed
use simple progress plugin on example project
1 parent 248f127 commit b9eca48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.example.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const path = require("path");
33
const HtmlWebpackPlugin = require("html-webpack-plugin");
44
const ConcatPlugin = require("webpack-concat-plugin");
55
const OpenBrowserPlugin = require("open-browser-webpack-plugin");
6+
const SimpleProgressPlugin = require("webpack-simple-progress-plugin");
67

78
const concatPluginConfigGenerator = (name, files) => {
89
return {
@@ -46,6 +47,8 @@ module.exports = options => {
4647
path.resolve(__dirname, "./node_modules/easeljs/lib/easeljs.js")
4748
])),
4849

50+
new SimpleProgressPlugin(),
51+
4952
new OpenBrowserPlugin({ url: "http://0.0.0.0:8080/webpack-dev-server/" })
5053
],
5154

0 commit comments

Comments
 (0)