Update all dependencies

This commit is contained in:
hensm
2020-05-06 00:40:40 +01:00
parent 484b0327f4
commit f59b0d620e
7 changed files with 1700 additions and 1889 deletions

View File

@@ -84,8 +84,8 @@ module.exports = (env) => ({
}
, resolve: {
alias: {
"react": "preact-compat"
, "react-dom": "preact-compat"
"react": "preact/compat"
, "react-dom": "preact/compat"
}
}
});