update plugin formatting

This commit is contained in:
Mike Greiling 2017-03-01 15:47:52 -06:00
parent 02504f2f9c
commit e80fa69895
1 changed files with 3 additions and 0 deletions

View File

@ -82,7 +82,10 @@ var config = {
modules: false,
assets: true
}),
// prevent pikaday from including moment.js
new webpack.IgnorePlugin(/moment/, /pikaday/),
// use deterministic module ids in all environments
IS_PRODUCTION ?
new webpack.HashedModuleIdsPlugin() :