nav tabs on admin dashboard
This commit is contained in:
4
node_modules/webpack/buildin/module.js
generated
vendored
4
node_modules/webpack/buildin/module.js
generated
vendored
@@ -1,9 +1,9 @@
|
||||
module.exports = function(module) {
|
||||
if(!module.webpackPolyfill) {
|
||||
if (!module.webpackPolyfill) {
|
||||
module.deprecate = function() {};
|
||||
module.paths = [];
|
||||
// module.parent = undefined by default
|
||||
if(!module.children) module.children = [];
|
||||
if (!module.children) module.children = [];
|
||||
Object.defineProperty(module, "loaded", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
|
||||
Reference in New Issue
Block a user