Tizen Studio fails to generate .wgt file from webpack-built application

Original Created Jan 26, 2017 | Regeneration Apr 22, 2026

I'm manually building my project using webpack, which produces a single output file. When I try to debug/run/build the project with an index.html that references this output file, Tizen Studio hangs during the building phase.

There shouldn't be any actual building required - it should just package the files into a .wgt file. I've tried disabling all JavaScript validations and checkers, but this didn't resolve the issue.

Problem Understanding

The issue occurs when Tizen Studio attempts to validate large JavaScript files generated by webpack during the packaging process. The validation step can cause the IDE to hang, especially with large bundled files.

Solution Methods

  1. Disable JavaScript Validation:

    • Go to Tizen Studio → Preferences
    • Navigate to Tizen Studio → Web → Editor → JavaScript Editor
    • Disable all JavaScript validation options
  2. Exclude Specific Files from Validation:

    • In the same JavaScript Editor preferences:
      • Expand JSHint Properties
      • Add your bundled JavaScript filename to "Exclude files that match these patterns from JSHint"
    • This prevents validation of your large bundled file during build
  3. Alternative Packaging Approach:

    • Consider using the Tizen CLI tools instead of Tizen Studio for packaging
    • This bypasses the IDE's validation steps entirely

Additional Tips

  • If using webpack, consider splitting your bundle into smaller chunks
  • Ensure your webpack configuration outputs files in a format compatible with Tizen packaging
  • For large projects, the CLI approach may be more reliable than using Tizen Studio

Customize your cookie preferences

You can enable or disable non-essential cookies. Essential cookies are always on to ensure the site works properly and to keep you signed in.

Necessary

These cookies are necessary for the website to function properly and cannot be switched off. They help with things like logging in and setting your privacy preferences.

Always on

Analytics

These cookies help us improve the site by tracking which pages are most popular and how visitors move around the site.

Enable analytics cookies
Public Forum Public Forum
Employees only. Please sign in with your company account.