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 1 additions and 1 deletions
BIN
apps/files_sharing/js/dist/files_sharing_tab.js
vendored
BIN
apps/files_sharing/js/dist/files_sharing_tab.js
vendored
Binary file not shown.
BIN
apps/files_sharing/js/dist/files_sharing_tab.js.map
vendored
BIN
apps/files_sharing/js/dist/files_sharing_tab.js.map
vendored
Binary file not shown.
|
@ -83,7 +83,7 @@ module.exports = []
|
||||||
loader: 'babel-loader',
|
loader: 'babel-loader',
|
||||||
// automatically detect necessary packages to
|
// automatically detect necessary packages to
|
||||||
// transpile in the node_modules folder
|
// 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