@utoo/pack-shared 1.3.0-alpha.0 → 1.3.0-alpha.2

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/cjs/config.d.ts CHANGED
@@ -166,6 +166,8 @@ export interface ConfigComplete {
166
166
  wasmAsAsset?: boolean;
167
167
  };
168
168
  styles?: {
169
+ autoCssModules?: boolean;
170
+ emotion?: boolean;
169
171
  less?: {
170
172
  implementation?: string;
171
173
  [key: string]: any;
package/esm/config.d.ts CHANGED
@@ -166,6 +166,8 @@ export interface ConfigComplete {
166
166
  wasmAsAsset?: boolean;
167
167
  };
168
168
  styles?: {
169
+ autoCssModules?: boolean;
170
+ emotion?: boolean;
169
171
  less?: {
170
172
  implementation?: string;
171
173
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utoo/pack-shared",
3
- "version": "1.3.0-alpha.0",
3
+ "version": "1.3.0-alpha.2",
4
4
  "main": "cjs/index.js",
5
5
  "module": "esm/index.js",
6
6
  "types": "esm/index.d.ts",