feat: webpack build
1 unresolved thread
1 unresolved thread
On top of !87 (merged)
Merge request reports
Activity
Filter activity
requested review from @cedric
mentioned in merge request !89 (merged)
- Resolved by Exbrayat Cédric
- Automatically resolved by Exbrayat Cédric
- Resolved by Exbrayat Cédric
- web/webpack.prod.js 0 → 100644
7 output: { 8 filename: '[name].[contenthash].js' 9 } 10 }); 11 12 mergedConfig.plugins = mergedConfig.plugins.map(plugin => { 13 if (plugin instanceof MiniCssExtractPlugin) { 14 return new MiniCssExtractPlugin({ 15 filename: '[name].[contenthash].css' 16 }); 17 } else { 18 return plugin 19 } 20 }); 21 22 module.exports = mergedConfig; added 8 commits
-
3294e52d...712d39ef - 6 commits from branch
epic/merge-faidare-dd
- 1e8a2d36 - feat: move css and js to web project built with webpack
- 8bbe24fb - chore: use es2015 instead of es6
-
3294e52d...712d39ef - 6 commits from branch
enabled an automatic merge when the pipeline for 8bbe24fb succeeds
Please register or sign in to reply