mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
6 lines
244 B
JavaScript
6 lines
244 B
JavaScript
export default function (config, env, helpers) {
|
|
// noinspection JSUnresolvedVariable
|
|
config.resolve.alias["react"] = "preact/compat";
|
|
// noinspection JSUnresolvedVariable
|
|
config.resolve.alias["react-dom"] = "preact/compat";
|
|
};
|