mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
progress webpack plugin added into the build pipeline
This commit is contained in:
parent
92491703cf
commit
f852cdad82
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
const path = require('path');
|
||||
const webpack = require('webpack');
|
||||
const HtmlWebPackPlugin = require('html-webpack-plugin');
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
const TerserPlugin = require('terser-webpack-plugin');
|
||||
|
|
@ -123,6 +124,7 @@ module.exports = {
|
|||
]
|
||||
},
|
||||
plugins: [
|
||||
new webpack.ProgressPlugin(),
|
||||
new HtmlWebPackPlugin({
|
||||
template: './src/index.html',
|
||||
inject: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue