Skip to content

Commit ab94713

Browse files
authored
Merge pull request RedHatInsights#909 from rvsia/updateDEPSSPS
Update deps and remove obsolete babel plugin
2 parents 33312bb + df1c83f commit ab94713

File tree

3 files changed

+1639
-1712
lines changed

3 files changed

+1639
-1712
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
presets: ['@babel/preset-env', '@babel/preset-react'],
3-
plugins: ['@babel/plugin-transform-runtime', '@babel/plugin-syntax-dynamic-import'],
3+
plugins: ['@babel/plugin-transform-runtime'],
44
};

0 commit comments

Comments
 (0)