-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add JSX transpiler to dashboard build process (estimated: 1) #1502
Comments
@janagombitova seems the reason this particular response does not display is because the question is type option but the values submitted are free text (maybe was initially text then changed type after submitting?). Flow therefore tries to look for text property in the response but not finding it returns null hence the blank. Issue is therefore not webpack related but we still need to catch such cases |
@kymni that you for checking. Thas it very odd. I will try to reproduce it on a production instance and create a separate issue. Then all webpack issues should be handled. I did not find anything more. |
* develop: (48 commits) [#3026]Stop updating the backend. [#3024] release notes Update bootstrap-deploy.sh [#3022]Avoid NPE if no user found. [#3018] release notes [#3018]Initial version of release notes. [#2969] Remove whitespace [#2971]Extract constants. Remove trailing whitespace. [#3017] Add NSS package [#3017] Add NSS package [#3017] Add NSS package [#3017] Add NSS package [#2970]Remove trailing whitespace. [#2970]Formatting... [#2802] unused function [#2802] do it the ember way [#2694] Remove backends configuration file [#2696] Refactor cascade node deletion [#2694] Remove backends deployment code [#2971]Stop calling taks on backend. Remove unused stuff. ...
[#1502] Switch UI build tools from ruby based to webpack
[#1502] Add missing variable to generate version package
everything works as expected |
* develop: (46 commits) [#3069] fix tail command #3035 removed git hooks config #3035 made post merge git script silent #3035 remove ruby build fix #3035 devserver script removed typo capturing also the output of npm install #3035 made npm tasks parallel in devserver script #3035 removed unused file assoc. with ruby build and fixes [#3046] release notes update [#3046] release notes for 1.9.45 remove ruby build altogether #3035 [#3057] do not require users.scss [#2772]Explicit scopes. Tabs to spaces. Split long method. #1502 added script for compiling users page css #1502 added users css file travis slack notifications #3052 #1502 added back rake build command [#1502] node has to be installed [#1502] fix package.json dir #1502 dockerfile npm install fixes ... # Conflicts: # Dashboard/app/js/lib/main-public.js # Dashboard/app/js/lib/views/devices/assignments-list-view.jsx # Dashboard/package-lock.json
As part of the introduction of react components in the dashboard, we need to be able to compile JSX to JS code that will be embedded in different parts of the ember dashboard code. This requires including JSX transpiler tools in our current build process.
Child of #2796
The text was updated successfully, but these errors were encountered: