mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-10-14 09:00:11 +00:00
updating to better support general userscripts
This commit is contained in:
parent
0eeaa9cb84
commit
32e70e621a
4 changed files with 208 additions and 1327 deletions
|
@ -1,7 +1,7 @@
|
|||
const fs = require("fs");
|
||||
const pkg = require("../package.json");
|
||||
const config = require("../header.config.json");
|
||||
const targetFile = "./dist/" + pkg.name + ".bundle.js";
|
||||
const targetFile = "./dist/" + pkg.name + ".user.js";
|
||||
|
||||
/**
|
||||
* Appends header
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue