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

This commit is contained in:
Eugenio Romano
2017-08-01 11:25:32 +01:00
parent 8258859359
commit ec090ea1ae
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ module.exports = webpackMerge(commonConfig, {
from: '**/*',
to: `assets/${lib}/i18n/`
}
}),
})
])
]
});
-1
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": "",