We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7324c08 commit bfb02dcCopy full SHA for bfb02dc
tasks/compile.js
@@ -78,6 +78,7 @@ function getFiles({ sync = false, conf }) {
78
79
const lPath = path.join(__dirname, vendorPath, 'l.js');
80
const ocClientPath = path.join(__dirname, srcPath, 'oc-client.js');
81
+ // comment
82
const replaceGlobals = x =>
83
x
84
.replaceAll(
0 commit comments