Skip to content

Commit e3e3cc9

Browse files
committed
fix(sui-widget-embedder): force babelrc for widget-embedder
1 parent 5ad5604 commit e3e3cc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/sui-widget-embedder/.babelrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["sui"]
3+
}

packages/sui-widget-embedder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"main": "index.js",
99
"scripts": {
10-
"prepublish": "babel --presets sui ./src-react --out-dir ./react"
10+
"prepublish": "babel ./src-react --out-dir ./react"
1111
},
1212
"keywords": [],
1313
"author": "",

0 commit comments

Comments
 (0)