We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad5604 commit e3e3cc9Copy full SHA for e3e3cc9
packages/sui-widget-embedder/.babelrc
@@ -0,0 +1,3 @@
1
+{
2
+ "presets": ["sui"]
3
+}
packages/sui-widget-embedder/package.json
@@ -7,7 +7,7 @@
7
},
8
"main": "index.js",
9
"scripts": {
10
- "prepublish": "babel --presets sui ./src-react --out-dir ./react"
+ "prepublish": "babel ./src-react --out-dir ./react"
11
12
"keywords": [],
13
"author": "",
0 commit comments