mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-14 12:20:01 -04:00
commit
05db2d01ba
4 changed files with 3 additions and 39307 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
./node_modules
|
node_modules/
|
||||||
|
lib/
|
|
@ -6,7 +6,6 @@ const __dirname = path.resolve(path.dirname(decodeURI(new URL(import.meta.url).p
|
||||||
console.log(path.resolve(path.dirname(decodeURI(new URL(import.meta.url).pathname))), __dirname);
|
console.log(path.resolve(path.dirname(decodeURI(new URL(import.meta.url).pathname))), __dirname);
|
||||||
|
|
||||||
webpack({
|
webpack({
|
||||||
mode: 'none',
|
|
||||||
entry: path.join(__dirname, './rewrite/index.js'),
|
entry: path.join(__dirname, './rewrite/index.js'),
|
||||||
output: {
|
output: {
|
||||||
path: __dirname,
|
path: __dirname,
|
||||||
|
|
39304
lib/uv.bundle.js
39304
lib/uv.bundle.js
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
"description": "Proxy",
|
"description": "Proxy",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"build": "node bundle"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue