Implemented NativeScript-Vue CLI Plugin
This commit is contained in:
parent
1ffadb042f
commit
97cc5d2b78
72 changed files with 3554 additions and 636 deletions
|
|
@ -1,5 +1,9 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
'@babel/plugin-syntax-dynamic-import'
|
||||
],
|
||||
presets: [
|
||||
'@vue/app'
|
||||
process.env.VUE_PLATFORM === 'web' ? '@vue/app' : {},
|
||||
['@babel/env', { targets: { esmodules: true } }]
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue