Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve collection "workshopSections" #194

Open
ceta-jltomas opened this issue Nov 9, 2021 · 2 comments
Open

Unable to resolve collection "workshopSections" #194

ceta-jltomas opened this issue Nov 9, 2021 · 2 comments

Comments

@ceta-jltomas
Copy link

ceta-jltomas commented Nov 9, 2021

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:

  1. Extract, install and build Angular integration from https://github.com/paperbits/examples
  2. Open in browser index.html from dist/designer folder
  3. Check console

Expected behavior
Designer rendering.

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Version: 95.0.4638.69
@azaslonov
Copy link
Member

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,
                    }
                }
            })

@ceta-jltomas
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants