mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-06 13:10:17 +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
|
// Gulp and package
|
||||||
import { src, dest, parallel, series, task, watch } from 'gulp';
|
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
|
// Plugins
|
||||||
import autoprefixer from 'autoprefixer';
|
import autoprefixer from 'autoprefixer';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user