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

Clean up code.

Upgraded packages.
This commit is contained in:
Chung Leong
2019-04-20 17:20:44 +02:00
parent c66323e17d
commit a206600bdc
21 changed files with 624 additions and 428 deletions

View File

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