mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-799] add HappyPack to webpack conf (#1956)
This commit is contained in:
committed by
Eugenio Romano
parent
f26ce86aab
commit
de4ea368b8
@@ -102,7 +102,7 @@ module.exports = webpackMerge(commonConfig, {
|
|||||||
from: '**/*',
|
from: '**/*',
|
||||||
to: `assets/${lib}/i18n/`
|
to: `assets/${lib}/i18n/`
|
||||||
}
|
}
|
||||||
}),
|
})
|
||||||
])
|
])
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
@@ -18,7 +18,6 @@
|
|||||||
"tslint": "",
|
"tslint": "",
|
||||||
"prepublish": "",
|
"prepublish": "",
|
||||||
"tsc": "",
|
"tsc": "",
|
||||||
"webpack": "node --max_old_space_size=2048 node_modules/webpack/bin/webpack.js",
|
|
||||||
"pretest": "",
|
"pretest": "",
|
||||||
"posttest": "",
|
"posttest": "",
|
||||||
"publish:prod": "",
|
"publish:prod": "",
|
||||||
|
Reference in New Issue
Block a user