Merge branch 'master' into development

Conflicts:
	docs/contents/articles/002-installation-guidelines/index.md
This commit is contained in:
nixa 2016-08-22 19:26:09 +03:00
commit 59c1c547c3
12 changed files with 8 additions and 48 deletions

View file

@ -211,10 +211,6 @@ module.exports = {
allChunks: true
}),
new webpack.ResolverPlugin(
new webpack.ResolverPlugin.DirectoryDescriptionFilePlugin('bower.json', ['main'])
),
/*
* Plugin: ForkCheckerPlugin
* Description: Do type checking in a separate process, so webpack don't need to wait.