R
Vue Loader v15 решил мою проблему
видимо баг 14й версии
Size: a a a
R
AB
Uncaught (in promise) TypeError: Cannot read property 'call' of undefined с динамик импортом в продакшен билде?EP
V
@babel/plugin-proposal-object-rest-spread
z = Object.assign({ x }, y);var _b = _objectSpread({
c: 3
}, _a);,module.exports = {
presets: ["@babel/preset-env"],
plugins: ["@babel/plugin-proposal-object-rest-spread"]
};V
{ "loose": true, "useBuiltIns": true }R
A
@babel/plugin-proposal-object-rest-spread
z = Object.assign({ x }, y);var _b = _objectSpread({
c: 3
}, _a);,module.exports = {
presets: ["@babel/preset-env"],
plugins: ["@babel/plugin-proposal-object-rest-spread"]
};A
A
V
A
A
V
V
A
A
V
V
A
Object.assign({},one,two).length > {...one, ...two}.lengthV
Object.assign({},one,two).length > {...one, ...two}.length