somenickname
Results
1
issues of
somenickname
Hi. Found a prroblem with `DashboardPlugin` when using [substitutions](https://webpack.js.org/configuration/output/#outputfilename) like [contenhash] ``` new ModuleFederationPlugin({ name: 'someAppName', filename: 'remoteEntry.[contenthash].js', exposes: { './SomeExpose': './src/someExpose', }, ``` Is that case webpack crash with...