Initial boiler plate project
This commit is contained in:
19
node_modules/next/dist/build/polyfills/object.assign/index.js
generated
vendored
Normal file
19
node_modules/next/dist/build/polyfills/object.assign/index.js
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
"use strict";
|
||||
var assign = Object.assign.bind(Object);
|
||||
function g() {
|
||||
return assign;
|
||||
}
|
||||
Object.defineProperties(g(), {
|
||||
implementation: {
|
||||
get: g
|
||||
},
|
||||
shim: {
|
||||
value: g
|
||||
},
|
||||
getPolyfill: {
|
||||
value: g
|
||||
}
|
||||
});
|
||||
module.exports = g();
|
||||
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user