Open metalist1492 opened 2 years ago
We are experiencing the same thing. If it helps here is a stack trace (obfuscated but still somewhat legible)
, pm = {
foreground: "#d3c0c8",
background: "#2d2d2d",
black: "#2d2d2d",
red: "#f2777a",
green: "#99cc99",
yellow: "#ffcc66",
blue: "#6699cc",
magenta: "#cc99cc",
cyan: "#66cccc",
white: "#d3d0c8",
brightBlack: "#747369"
}
, Ts = function() {
function r(t, e) {
this.name = t,
this.opts = e,
this._name = t || "",
this._colors = F(F({}, pm), e.colors || {});
try {
this.logLevel = window.localStorage.getItem("logLevel") || "info"
} catch (n) {
this.logLevel = "info"
}
this._logLevel = ks[this.logLevel]
}
Issue details
Please provide issue details here. Error occurs when including requireJS browser-sync-client.js?v=2.27.10:11 Uncaught TypeError: F is not a func
Steps to reproduce/test case
Please provide necessary steps for reproduction of this issue, or better the reduced test case (without any external dependencies).
Please specify which version of Browsersync, node and npm you're running
Affected platforms
Browsersync use-case
If CLI, please paste the entire command below
{cli command here}
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync