Skip to content

Releases: node-loader/node-loader-postcss

v2.0.0

09 Nov 01:27
Compare
Choose a tag to compare

Breaking changes

NodeJS 16.12 removed several node loader hooks and replaced them with the new load hook. See nodejs changelog for details. The 2.0.0 version of @node-loader/postcss only works with nodejs@>=16.12 and will not work with prior versions of NodeJS. Use @node-loader/postcss@1 for older versions of NodeJS.

Full Changelog: v1.0.0...v2.0.0

v1.0.0

03 Aug 04:36
Compare
Choose a tag to compare

Initial implementation. See documentation