Skip to content
Snippets Groups Projects

feat: webpack build

Merged Jean-Baptiste Nizet requested to merge feat/webpack-build into epic/merge-faidare-dd
1 unresolved thread

On top of !87 (merged)

Merge request reports

Checking pipeline status.

Merged by Exbrayat CédricExbrayat Cédric 3 years ago (Sep 2, 2021 7:20am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Exbrayat Cédric
  • Exbrayat Cédric
  • Exbrayat Cédric
    Exbrayat Cédric @cedric started a thread on commit 3294e52d
  • 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;
  • Exbrayat Cédric added 8 commits

    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

    Compare with previous version

  • I'll merge as is for now (juste replaced es6 by es2015), we'll discuss the additional plugins need, and I'll add them in a following MR if needed.

  • Exbrayat Cédric approved this merge request

    approved this merge request

  • Exbrayat Cédric resolved all threads

    resolved all threads

  • Exbrayat Cédric enabled an automatic merge when the pipeline for 8bbe24fb succeeds

    enabled an automatic merge when the pipeline for 8bbe24fb succeeds

  • Please register or sign in to reply
    Loading