This commit is contained in:
syuilo
2018-02-15 19:59:07 +09:00
parent acfa2ef028
commit 58a6e647b3
12 changed files with 50 additions and 73 deletions

View File

@ -40,6 +40,9 @@ module.exports = Object.keys(langs).map(lang => {
'.js', '.ts'
]
},
cache: true
cache: true,
devtool: 'eval',
stats: true,
profile: true
};
});