Skip to content
Snippets Groups Projects
Commit 7aa46eac authored by Dillenn Terumalai's avatar Dillenn Terumalai :speech_balloon:
Browse files

Added some rules to babel.config.js

parent 9bf571f0
Branches
Tags v0.1.0
No related merge requests found
module.exports = {
presets: [
'@vue/app'
['@vue/app', {
polyfills: [
'es6.promise',
'es6.symbol'
]
}]
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment