Skip to content

Commit 678a51e

Browse files
Removed redundant reference to Gulp ESM issues (they are solved)
1 parent ad69aae commit 678a51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 - 2020 David Jordan Myles Mele
3+
Copyright (c) 2018 - 2021 David Jordan Myles Mele
44

55
Copyright (c) 2015 Dow Jones & Company
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm i -D @userfrosting/gulp-bundle-assets
1616

1717
> **IMPORTANT**<br/>
1818
> This is an ES module package targeting NodeJS `^12.17.0 || >=13.2.0`, refer to the [NodeJS ESM docs](https://nodejs.org/api/esm.html) regarding how to correctly import.
19-
> ESM loaders like `@babel/loader` or `esm` likely won't work as expected. Using native ESM support in Gulp is recommended (once it lands [gulpjs/gulp-cli#214](https://github.com/gulpjs/gulp-cli/pull/214), [gulpjs/interpret#65](https://github.com/gulpjs/interpret/issues/65))
19+
> ESM loaders like `@babel/loader` or `esm` likely won't work as expected.
2020
2121
```js
2222
// gulpfile.mjs

0 commit comments

Comments
 (0)