[ADF-799] add HappyPack to webpack conf (#1956)

This commit is contained in:
Eugenio Romano
2017-06-12 22:23:17 +01:00
committed by Eugenio Romano
parent f26ce86aab
commit de4ea368b8
2 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ module.exports = webpackMerge(commonConfig, {
from: '**/*',
to: `assets/${lib}/i18n/`
}
}),
})
])
]
});

View File

@@ -18,7 +18,6 @@
"tslint": "",
"prepublish": "",
"tsc": "",
"webpack": "node --max_old_space_size=2048 node_modules/webpack/bin/webpack.js",
"pretest": "",
"posttest": "",
"publish:prod": "",