You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Hi. It is possible to use with webpack-dev-server hooks?
I'm using vue-cli, and it use some options to config dev-server of webpack.
How I know, it uses express under hood.
So, if I try to run code below, server is not starting.
References: https://webpack.js.org/configuration/dev-server/#devserverbefore
const dysonOptions = {
configDir: path.resolve(__dirname, './mocks'),
};
// install dyson service in a express app
const dysonConfigs = dyson.getConfigurations(dysonOptions);
dyson.registerServices(app, dysonOptions, dysonConfigs);
The text was updated successfully, but these errors were encountered:
Hi. It is possible to use with webpack-dev-server hooks?
I'm using vue-cli, and it use some options to config dev-server of webpack.
How I know, it uses express under hood.
So, if I try to run code below, server is not starting.
References:
https://webpack.js.org/configuration/dev-server/#devserverbefore
The text was updated successfully, but these errors were encountered: