chore(plugin): build core file

This commit is contained in:
charlie
2021-05-08 20:17:29 +08:00
parent 3e0e85aa03
commit 861d492202
3 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,6 @@ module.exports = {
library: 'LSPlugin',
libraryTarget: 'umd',
filename: 'lsplugin.core.js',
path: path.resolve(__dirname, '../static/js'),
path: path.resolve(__dirname, '../resources/js'),
},
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
/*! @license DOMPurify | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.2.2/LICENSE */