gant-core 0.1.45 → 0.1.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -1698,6 +1698,7 @@ interface GantCustomConfig {
1698
1698
  setting?: CONFIG_TYPE;
1699
1699
  vue?: boolean;
1700
1700
  compression?: boolean;
1701
+ terserOptions?: any;
1701
1702
  }
1702
1703
  interface GantUserConfig extends Configuration, GantCustomConfig {
1703
1704
  devServer?: Configuration$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gant-core",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "bin": {