mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 23:34:22 -04:00
Merge pull request #18338 from nextcloud/fix/nextcloud-vue-collections-transpilation
Transpile the nextcloud-vue-collection package
This commit is contained in:
commit
da571c915e
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -83,7 +83,7 @@ module.exports = []
|
|||
loader: 'babel-loader',
|
||||
// automatically detect necessary packages to
|
||||
// transpile in the node_modules folder
|
||||
exclude: /node_modules(?!(\/|\\)(p-finally|p-limit|p-locate|p-queue|p-timeout|p-try)(\/|\\))/
|
||||
exclude: /node_modules(?!(\/|\\)(nextcloud-vue-collections|p-finally|p-limit|p-locate|p-queue|p-timeout|p-try)(\/|\\))/
|
||||
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue