Skip to content

Commit

Permalink
Reintroduce ommitted linefeed after banner
Browse files Browse the repository at this point in the history
Also trim whitespace at the beginning of each line
  • Loading branch information
ccjmne committed Aug 10, 2023
1 parent c02bdb2 commit 1d59fc8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,16 @@ module.exports = {
raw: true,
entryOnly: true,
banner: `
// ==UserScript==
// @name Replace text in Laufzettels
// @namespace http://tampermonkey.net/
// @version ${version}
// @author Eric NICOLAS (ccjmne) <ccjmne@gmail.com>
// @match https://backoffice.intern.mercateo.com/prototype.tgui.server/
// @icon https://www.google.com/s2/favicons?sz=64&domain=mercateo.com
// @grant none
// ==/UserScript==`,
// ==UserScript==
// @name Replace text in Laufzettels
// @namespace http://tampermonkey.net/
// @version ${version}
// @author Eric NICOLAS (ccjmne) <ccjmne@gmail.com>
// @match https://backoffice.intern.mercateo.com/prototype.tgui.server/
// @icon https://www.google.com/s2/favicons?sz=64&domain=mercateo.com
// @grant none
// ==/UserScript==
`,
}),
],
}

0 comments on commit 1d59fc8

Please sign in to comment.