mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
fix(gulp): change with to assert to import pjson
This commit is contained in:
parent
b1bc92ff2c
commit
8ca778a77a
|
@ -4,7 +4,7 @@
|
|||
|
||||
// Gulp and package
|
||||
import { src, dest, parallel, series, task, watch } from 'gulp';
|
||||
import pjson from './package.json' with {type: 'json'};
|
||||
import pjson from './package.json' assert { type: 'json' };
|
||||
|
||||
// Plugins
|
||||
import autoprefixer from 'autoprefixer';
|
||||
|
|
Loading…
Reference in New Issue
Block a user