` ! function(e) { function t(c) { if (a[c]) return a[c].exports; var n = a[c] = { i: c, l: !1, exports: {} }; return e[c].call(n.exports, n, n.exports, t), n.l = !0, n.exports }
var a = {};
t.m = e, t.c = a, t.i = function(e) {
return e
}, t.d = function(e, a, c) {
t.o(e, a) || Object.defineProperty(e, a, {
configurable: !1,
enumerable: !0,
get: c
})
}, t.n = function(e) {
var a = e && e.__esModule ? function() {
return e.default
} : function() {
return e
};
return t.d(a, "a", a), a
}, t.o = function(e, t) {
return Object.prototype.hasOwnProperty.call(e, t)
}, t.p = "/js/dist/", t(t.s = 92)
}});`
请问这是哪种方式打包的 js 文件会带的文件头
1
kkocdko 2022-04-25 08:10:10 +08:00 via Android
rollup ?看配置方式吧,不确定
|