Skip to content

Commit ba5a02b

Browse files
committed
Add babel plugin
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent ab6bc1a commit ba5a02b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ module.exports = {
22
presets: [
33
'@vue/cli-plugin-babel/preset'
44
],
5+
plugins: ['@babel/plugin-transform-private-methods'],
56
}

0 commit comments

Comments
 (0)