Skip to content

Commit

Permalink
@vladitasev fix(tools): UI5 Web Components are now correctly transpil…
Browse files Browse the repository at this point in the history
…ed (#2068)
  • Loading branch information
vladitasev authored Aug 5, 2020
1 parent 4133a42 commit bf19767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/components-package/rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const getPlugins = ({ transpile }) => {
if (transpile) {
plugins.push(babel({
presets: ["@babel/preset-env"],
exclude: "node_modules/**",
exclude: /node_modules\/(?!(lit-html|@ui5\/webcomponents))/, //exclude all node_modules/ except lit-html and all starting with @ui5/webcomponents
sourcemap: true,
}));
}
Expand Down

0 comments on commit bf19767

Please sign in to comment.