mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 18:03:12 -04:00
Merge pull request #799 from dahfool/master
replace require with es6 import statment
This commit is contained in:
@@ -5,9 +5,11 @@
|
|||||||
|
|
||||||
// 1. LIBRARIES
|
// 1. LIBRARIES
|
||||||
// - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - -
|
||||||
var gulp = require('gulp'),
|
import gulp from 'gulp';
|
||||||
plugins = require('gulp-load-plugins')(),
|
import loadPlugins from 'gulp-load-plugins';
|
||||||
stylish = require('jshint-stylish'),
|
import stylish from 'jshint-stylish';
|
||||||
|
|
||||||
|
const plugins = loadPlugins(),
|
||||||
|
|
||||||
// 2. CONFIGURATION
|
// 2. CONFIGURATION
|
||||||
// - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - -
|
||||||
|
|||||||
Reference in New Issue
Block a user