mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Client: handle multiple file resolutions
This commit is contained in:
parent
127d96b969
commit
aa8b6df4a5
20 changed files with 507 additions and 218 deletions
|
@ -8,7 +8,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin')
|
|||
const PurifyCSSPlugin = require('purifycss-webpack')
|
||||
|
||||
module.exports = function (options) {
|
||||
const isProd = options.env === 'production'
|
||||
const isProd = options && options.env === 'production'
|
||||
|
||||
const configuration = {
|
||||
entry: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue