-
Notifications
You must be signed in to change notification settings - Fork 625
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
Public demo of field-colour-hsv-sliders does not launch #1894
Comments
@johnnesky can you take a look this Friday? |
Sure, I can take a look. |
The field-colour-hsv-sliders plugin depends on the field-colour plugin. Both plugins are published on npm with a dist/ folder. However, in local testing, the hsv plugin's node_modules folder contains an alias pointing to field-colour in my copy of the repo, not the one published on npm, and my version doesn't contain the dist/ folder by default. If I navigate to field-colour and run Beka pointed out that the public demos are published by running Apparently predeploy does not add index.js files to dist/ folders. Another consideration is that we may be relying on the plugins being predeployed in a certain order. May also be related to: #1877 |
This needs to be reassigned to a member of the core team. |
The demo is fixed now due to #1992 against the master branch. |
Category
Component
field-colour-hsv-sliders
Describe the bug
The public demo has
Uncaught Error: Cannot find module '@blockly/field-colour'
and does not launch the demo.To Reproduce
Open https://google.github.io/blockly-samples/plugins/field-colour-hsv-sliders/test/index.html
Expected behavior
Working demo.
Screenshots
Additional context
Possibly related to imports as in #1892
The text was updated successfully, but these errors were encountered: