1
0
Fork 0
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:
Chocobozzz 2017-10-06 10:40:09 +02:00
parent 127d96b969
commit aa8b6df4a5
No known key found for this signature in database
GPG key ID: 583A612D890159BE
20 changed files with 507 additions and 218 deletions

View file

@ -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: {