Open ceta-jltomas opened 3 years ago
Hi @ceta-jltomas, I wonder if you made any changes to build script? Just in case please ensure that name mangling is disabled:
new TerserPlugin({
sourceMap: false,
terserOptions: {
mangle: false, <<<
output: {
comments: false,
}
}
})
Hi @azaslonov. No, the only thing I changed was the MiniCssExtractPlugin from webpack.config.js because it seems to throw another error on build command, but I guess it isn't related. In fact I can't find anything in code about TerserPlugin.
Describe the bug Just installed and built Angular example integration. Page load throws error
Unable to resolve collection "workshopSections": Error: No matching bindings found for serviceIdentifier: e
and renders blank page. Node version is 14.15.1.To Reproduce Steps to reproduce the behavior:
Expected behavior Designer rendering.
Desktop (please complete the following information):