Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move to @nextcloud/vue
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Nov 27, 2019
1 parent 0d98d02 commit 2c7e306
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

11 changes: 11 additions & 0 deletions babel.config.js
@@ -0,0 +1,11 @@
module.exports = {
plugins: ['@babel/plugin-syntax-dynamic-import'],
presets: [
[
'@babel/preset-env',
{
modules: false
}
]
]
}
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -45,8 +45,7 @@
"vuex-router-sync": "^5.0.0"
},
"browserslist": [
"last 2 versions",
"not ie <= 11"
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=10.0.0"
Expand All @@ -55,6 +54,7 @@
"@babel/core": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@nextcloud/browserslist-config": "^1.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
Expand Down

0 comments on commit 2c7e306

Please sign in to comment.