@svgr/webpack
Advanced tools
Comparing version 6.1.2 to 6.2.0
{ | ||
"name": "@svgr/webpack", | ||
"description": "SVGR webpack loader.", | ||
"version": "6.1.2", | ||
"version": "6.2.0", | ||
"main": "./dist/index.js", | ||
@@ -40,5 +40,5 @@ "exports": "./dist/index.js", | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@svgr/core": "^6.1.2", | ||
"@svgr/plugin-jsx": "^6.1.2", | ||
"@svgr/plugin-svgo": "^6.1.2" | ||
"@svgr/core": "^6.2.0", | ||
"@svgr/plugin-jsx": "^6.2.0", | ||
"@svgr/plugin-svgo": "^6.2.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "39913892ef19bc4224812e69856aa0daf71d5f23" | ||
"gitHead": "ba84ff56c2ec8487235cabf2f841b72d04cba95b" | ||
} |
@@ -86,3 +86,3 @@ # @svgr/webpack | ||
By default, `@svgr/webpack` includes a `babel-loader` with [an optimized configuration](https://github.com/gregberge/svgr/blob/master/packages/webpack/src/index.js). In some case you may want to apply a custom one (if you are using Preact for an example). You can turn off Babel transformation by specifying `babel: false` in options. | ||
By default, `@svgr/webpack` includes a `babel-loader` with [an optimized configuration](https://github.com/gregberge/svgr/blob/main/packages/webpack/src/index.ts). In some case you may want to apply a custom one (if you are using Preact for an example). You can turn off Babel transformation by specifying `babel: false` in options. | ||
@@ -89,0 +89,0 @@ ```js |
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
14662
Updated@svgr/core@^6.2.0
Updated@svgr/plugin-jsx@^6.2.0
Updated@svgr/plugin-svgo@^6.2.0