1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-26 15:29:30 +02:00

Migrated all components to hooks.

Moved propTypes to separate file.
This commit is contained in:
Chung Leong
2019-03-19 08:48:26 -04:00
parent e576a16edb
commit da30bc22a6
27 changed files with 863 additions and 1309 deletions

View File

@@ -14,7 +14,8 @@ module.exports = function(config) {
})
}
}
})
});
config.resolve.modules.push(Path.resolve('./node_modules'));
};
function resolve(type, module) {