From fe9e9f53c342fbd153a37772106f8c17476a8344 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 7 Sep 2021 15:51:19 +0300 Subject: Fix `import/extensions` issues --- examples/postcss/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/postcss/gulpfile.js') diff --git a/examples/postcss/gulpfile.js b/examples/postcss/gulpfile.js index 62bbc88..cd58c3e 100644 --- a/examples/postcss/gulpfile.js +++ b/examples/postcss/gulpfile.js @@ -2,7 +2,7 @@ const gulp = require('gulp'); const postcss = require('gulp-postcss'); -const rfs = require('../../postcss'); +const rfs = require('../../postcss.js'); const options = { twoDimensional: false, -- cgit v1.2.3