Skip to content

Commit b5dc24e

Browse files
committed
Adding rollup to make an esm build
1 parent b7007f1 commit b5dc24e

15 files changed

+1967
-1928
lines changed

src/LiveComponent/assets/babel.config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"targets": {
77
"node": "current",
88
"ie": "11"
9-
},
10-
"useBuiltIns": "entry",
11-
"corejs": "3.14.0"
9+
}
1210
}
1311
]
1412
],
13+
"exclude": "node_modules/**",
1514
"plugins": [
16-
"@babel/plugin-proposal-class-properties"
15+
"@babel/plugin-proposal-class-properties",
16+
"@babel/plugin-transform-runtime"
1717
]
1818
}

src/LiveComponent/assets/dist/directives_parser.js

Lines changed: 0 additions & 228 deletions
This file was deleted.

src/LiveComponent/assets/dist/http_data_helper.js

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)