Ideas for Arc XP

Feature request: Expose the Webpack configuration

Is there any documentation about Fusion's Webpack configuration? It would be nice if the configuration was at least made available in a read-only way so that developers are aware of what it's doing.

  • Greg MacGregor
  • Oct 31 2019
  • Future consideration
  • Attach files
  • Mark Plewis commented
    August 31, 2020 21:10

    I'm hoping that we'll be able to create Webpack module resolution aliases? We're compiling Sass from an NPM package and some of it contains file paths like this: background-image: url("~patterns/images/play-button.svg"). Webpack is unable to resolve the SVG file path but we could solve the problem by adding an alias like this: resolve.alias["~patterns"] = "node_modules/tgam-patterns/patterns";

  • Guest commented
    December 12, 2019 22:04

    > We understand the need for this request but we are not planning to make this info available in near future due to technical considerations.

    :( Please let us add Webpack loaders.

  • Guest commented
    December 12, 2019 21:57

    This would really help the DMN and we've been asking about this for months.

  • Guest commented
    December 12, 2019 21:57

    This would be awesome.  Please, let us do this.  The Webpack setup is not extensible whatsoever.  This is really sad, because React has so much optional tooling and  developer tools.  We can't really use all the tools we want to without some jenky pre-Webpack processing.   One of the organizational benefits of using something like React is being able to leverage community resources... as it stands, we can't really do that to the full extent.

  • Tania Lee commented
    November 11, 2019 21:05

    We are exploring options to simplify/streamline the way we leverage webpack and the outcome of this will also result in better webpack documentation