Use ES6 import/export for modules

This commit is contained in:
Yuya Ochiai
2018-04-10 01:16:44 +09:00
parent 7af4a139ec
commit 60e6058869
46 changed files with 238 additions and 287 deletions

View File

@@ -22,4 +22,4 @@ const buildConfig = {
enableServerManagement: true,
};
module.exports = buildConfig;
export default buildConfig;