Removed NativeScript without breaking everything

This commit is contained in:
Joel Collins 2019-05-12 21:43:12 +01:00
parent beb05f6736
commit 646122488e
76 changed files with 398 additions and 3651 deletions

View file

@ -1,9 +1,5 @@
module.exports = {
plugins: [
'@babel/plugin-syntax-dynamic-import'
],
presets: [
process.env.VUE_PLATFORM === 'web' ? '@vue/app' : {},
['@babel/env', { targets: { esmodules: true } }]
'@vue/app'
]
}
}