moved settings button to bottom and made it collapsible;use nc's built-in filepicker to set download and torrents folders;fixed issues of youtube-dl filenames exceeding the maximum length
This commit is contained in:
@@ -4,9 +4,9 @@ const { VueLoaderPlugin } = require('vue-loader')
|
||||
|
||||
|
||||
module.exports = {
|
||||
experiments: {
|
||||
/* experiments: {
|
||||
asset: true
|
||||
},
|
||||
},*/
|
||||
entry: {
|
||||
app: './src/index.js',
|
||||
appSettings: './src/settings.js'
|
||||
@@ -72,5 +72,9 @@ module.exports = {
|
||||
jquery: "jQuery",
|
||||
"window.jQuery": "jquery"
|
||||
}),
|
||||
]
|
||||
],
|
||||
externals: {
|
||||
jquery: 'jQuery',
|
||||
OC: "OC"
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user