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

Source maps do not work when using a base path with the development server #355

Closed
agubler opened this issue Dec 21, 2019 · 1 comment
Closed
Assignees
Labels

Comments

@agubler
Copy link
Member

agubler commented Dec 21, 2019

Bug

Source maps and hmr do not work when running the development server (--serve option) when the application is configured with a base path in the .dojorc

.dojorc

{
    "build-app": {
        "base": "/app/"
    }
}

Build command

dojo build -m dev -w -s

Navigating to http://localhost:9999/app

Expected behavior:

The application should run on the base url and support sourcemaps and hmr (hot module reload)

Actual behavior:

sourcemaps and hmr do not work as expected.

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

No branches or pull requests

1 participant