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

Seems like customContextFile, customClientContextFile options doesn't work #3829

Open
sverdlov opened this issue Jan 18, 2023 · 0 comments
Open

Comments

@sverdlov
Copy link

I've tried provide custom files, but no success. I copied client.html to my project root and provided config like that

module.exports = function (config) {
    config.set({
        ...
        customClientContextFile: 'client.html'
    });
};

but it get's file from lib. I tried to do some debug, logs in config.js before return shows it gets path correct initialy

return config

but then here it uses lib default file

const customContextFile = injector.get('config.customContextFile')

Maybe I did something wrong?

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

1 participant