Skip to content

Commit

Permalink
feat(upgrade): fix smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Святослав Зайцев committed Jul 8, 2022
1 parent 9452f5e commit 359dec5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/config/base.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const { resolve } = require('path');

module.exports = {
root: true,

Expand All @@ -8,6 +10,9 @@ module.exports = {
ecmaFeatures: {
legacyDecorators: true,
},
babelOptions: {
configFile: resolve(__dirname, '../../.babelrc'),
},
},

env: {
Expand Down

0 comments on commit 359dec5

Please sign in to comment.