Skip to content

Commit

Permalink
refactor: remove @babel/plugin-proposal-class-properties (2nd PR afte…
Browse files Browse the repository at this point in the history
…r CLA problem) (ToolJet#3959)

* refactor: remove @babel/plugin-proposal-class-properties as plugin

* Remove class properties plugin from babel.config.js, Update frontend package.json, Update frontend,server,plugin package.lock.json
  • Loading branch information
erfan93na authored Sep 5, 2022
1 parent 0dc2295 commit 473104e
Show file tree
Hide file tree
Showing 5 changed files with 1,534 additions and 932 deletions.
1 change: 0 additions & 1 deletion frontend/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
presets: ['@babel/preset-env', '@babel/preset-react'],
plugins: [
['@babel/plugin-proposal-class-properties'],
[
'console-source',
{
Expand Down
Loading

0 comments on commit 473104e

Please sign in to comment.