You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
these middleware file will save into webpack dist file,just like
const u = (0, i.Z)(o, [["render", function (n, t, o, i, u, c) {
return (0, e.openBlock)(), (0, e.createElementBlock)("div", l, [r, (0, e.createElementVNode)("div", {
class: "tab-area",
ref: "rfTab",
onScroll: t[1] || (t[1] = function () {
return n.onScroll && n.onScroll.apply(n, arguments)
})
},
so , it can't nor run in chrome<43, chrome will throw error about const/let
how can i config the file to transform "const exports = /#PURE/exportComponent(script, [['render',render]])"
to "var exports = /#PURE/exportComponent(script, [['render',render]])"
thanks
The text was updated successfully, but these errors were encountered:
hi , i want to use webpack in chrome <40, but can't run normally when use default config in babel/vue-loader
i try to use these terms, but not work
the phrase 1 converted js also has const/let keyword, eg:
these middleware file will save into webpack dist file,just like
so , it can't nor run in chrome<43, chrome will throw error about const/let
how can i config the file to transform "const exports = /#PURE/exportComponent(script, [['render',render]])"
to "var exports = /#PURE/exportComponent(script, [['render',render]])"
thanks
The text was updated successfully, but these errors were encountered: