1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Enable ES6 support for all tools

This commit is contained in:
MrTimscampi 2020-03-01 08:40:57 +01:00
parent 34a5578679
commit 0a0fe15b26
3 changed files with 13 additions and 4 deletions

View file

@ -18,7 +18,7 @@ const stream = require('webpack-stream');
const inject = require('gulp-inject');
const postcss = require('gulp-postcss');
const sass = require('gulp-sass');
sass.compiler = require('node-sass')