Skip to content

Commit

Permalink
Merge pull request #95 from vordgi/ncm-94
Browse files Browse the repository at this point in the history
ncm-94 release 3.1.0
  • Loading branch information
vordgi authored Apr 19, 2024
2 parents 948c463 + 9ff5faa commit 9c4d277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nimpl/classnames-minifier",
"version": "3.0.3",
"version": "3.1.0",
"description": "Library for configuring style modules to generate compressed classes",
"main": "dist/withClassnamesMinifier.js",
"types": "dist/withClassnamesMinifier.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/withClassnamesMinifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const withClassnameMinifier = (pluginOptions: PluginOptions = {}) => {
classnamesMinifier = new ClassnamesMinifier({
prefix: pluginOptions.prefix,
reservedNames: pluginOptions.reservedNames,
disableDistDeletion: pluginOptions.disableDistDeletion,
distDir: distDirAbsolute,
cacheDir,
});
Expand Down

0 comments on commit 9c4d277

Please sign in to comment.