set async: true?

pull/501/head
Rick Carlino 2017-10-13 14:56:13 -05:00
parent e914237af9
commit d0a34ae104
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ conf.output = {
[
new webpack.optimize.CommonsChunkPlugin({
filename: "commons.js",
name: "commons"
name: "commons",
async: true
}),
new ExtractTextPlugin({
// Temporary hotfix for some issues on staging.