@selfdecode/sd-component-library 4.0.73-test → 4.0.73-test2

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfdecode/sd-component-library",
3
- "version": "4.0.73-test",
3
+ "version": "4.0.73-test2",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -80,6 +80,8 @@
80
80
  },
81
81
  "devDependencies": {
82
82
  "@babel/core": "^7.16.0",
83
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
84
+ "@babel/plugin-transform-modules-commonjs": "^7.22.5",
83
85
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
84
86
  "@svgr/webpack": "^5.5.0",
85
87
  "@testing-library/jest-dom": "^4.2.4",
@@ -214,6 +216,10 @@
214
216
  "babel": {
215
217
  "presets": [
216
218
  "react-app"
219
+ ],
220
+ "plugins": [
221
+ "@babel/plugin-syntax-dynamic-import",
222
+ "@babel/plugin-transform-modules-commonjs"
217
223
  ]
218
224
  }
219
225
  }