disable webpack perf warnings for tests

This commit is contained in:
Roman Hotsiy 2016-12-25 19:15:40 +02:00
parent 84f3aee681
commit 779a3a2db2
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -7,6 +7,7 @@ const VERSION = JSON.stringify(require('../package.json').version);
module.exports = { module.exports = {
devtool: 'inline-source-map', devtool: 'inline-source-map',
performance: { hints: false },
resolve: { resolve: {
extensions: ['.ts', '.js', '.json', '.css'], extensions: ['.ts', '.js', '.json', '.css'],
alias: { alias: {