@swc-node/core
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.3.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.2.0...@swc-node/core@1.3.0) (2021-03-04) | ||
### Features | ||
- **core:** support keepClassNames in Config ([fcbadd5](https://github.com/Brooooooklyn/swc-node/commit/fcbadd59d1752e26f1838d29ba98c2b525dda110)) | ||
# [1.2.0](https://github.com/Brooooooklyn/swc-node/compare/@swc-node/core@1.1.2...@swc-node/core@1.2.0) (2021-01-25) | ||
@@ -8,0 +14,0 @@ |
@@ -11,2 +11,3 @@ import { ReactConfig } from '@swc/core'; | ||
esModuleInterop?: boolean; | ||
keepClassNames?: boolean; | ||
react?: Partial<ReactConfig>; | ||
@@ -13,0 +14,0 @@ } |
@@ -28,2 +28,3 @@ "use strict"; | ||
}, | ||
keepClassNames: opts.keepClassNames, | ||
}, | ||
@@ -30,0 +31,0 @@ minify: false, |
{ | ||
"name": "@swc-node/core", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Faster swc nodejs binding", | ||
@@ -44,5 +44,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@swc/core": "^1.2.46" | ||
"@swc/core": "^1.2.50" | ||
}, | ||
"gitHead": "254e2a0d878f403e9253232c20e7ef4ad256da4e" | ||
"gitHead": "c77c35078f82589ec225685bf72ca543d296654e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15652
67
Updated@swc/core@^1.2.50