You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
# json-minimizer-webpack-plugin
15
15
16
-
This plugin uses [JSON.stringify()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) to minify your JSON.
16
+
This plugin uses [JSON.stringify()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) to minify your JSON files during the build process.
17
17
18
18
## Getting Started
19
19
@@ -73,7 +73,7 @@ module.exports = {
73
73
};
74
74
```
75
75
76
-
And run `webpack` via your preferred method.
76
+
Finally, run `webpack`using the method you normally use (e.g., via CLI or an npm script).
77
77
78
78
## Options
79
79
@@ -117,7 +117,7 @@ type include = string | RegExp | Array<string | RegExp>;
0 commit comments