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

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 (1) hide show
  1. package/package.json +5 -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-test1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -80,6 +80,7 @@
80
80
  },
81
81
  "devDependencies": {
82
82
  "@babel/core": "^7.16.0",
83
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
83
84
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
84
85
  "@svgr/webpack": "^5.5.0",
85
86
  "@testing-library/jest-dom": "^4.2.4",
@@ -214,6 +215,9 @@
214
215
  "babel": {
215
216
  "presets": [
216
217
  "react-app"
218
+ ],
219
+ "plugins": [
220
+ "@babel/plugin-syntax-dynamic-import"
217
221
  ]
218
222
  }
219
223
  }