forked from Outils-PeerTube/peertube-plugin-auto-import-ytb
Remove unused folders
This commit is contained in:
parent
bc7eed482f
commit
773f484ae8
|
@ -1,7 +0,0 @@
|
||||||
function register ({ registerHook, peertubeHelpers }) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
export {
|
|
||||||
register
|
|
||||||
}
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"Hello world": "Hello le monde"
|
|
||||||
}
|
|
|
@ -1,20 +0,0 @@
|
||||||
const path = require("path")
|
|
||||||
|
|
||||||
const EsmWebpackPlugin = require("@purtuga/esm-webpack-plugin")
|
|
||||||
|
|
||||||
const clientFiles = [
|
|
||||||
'common-client-plugin.js'
|
|
||||||
]
|
|
||||||
|
|
||||||
let config = clientFiles.map(f => ({
|
|
||||||
entry: "./client/" + f,
|
|
||||||
output: {
|
|
||||||
path: path.resolve(__dirname, "./dist"),
|
|
||||||
filename: "./" + f,
|
|
||||||
library: "script",
|
|
||||||
libraryTarget: "var"
|
|
||||||
},
|
|
||||||
plugins: [ new EsmWebpackPlugin() ]
|
|
||||||
}))
|
|
||||||
|
|
||||||
module.exports = config
|
|
Loading…
Reference in New Issue
Block a user