Skip to content

Commit

Permalink
Updated npm packages and fixed webpack 5 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Johansson authored and Markus Johansson committed Oct 18, 2021
1 parent 1d538f9 commit 06a28a2
Show file tree
Hide file tree
Showing 4 changed files with 20,862 additions and 4,377 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// requirements
const gulp = require('gulp')
const sass = require('gulp-sass')
const sass = require('gulp-sass')(require('sass'))
const rename = require('gulp-rename')
const webpack = require('webpack')
const sourcemaps = require('gulp-sourcemaps')
Expand Down
Loading

0 comments on commit 06a28a2

Please sign in to comment.