diff --git a/package.json b/package.json index c13424e..cc5637a 100755 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ }, "dependencies": { "animejs": "3", - "preact": "10.0.0-rc.1", + "react": "16", + "react-dom": "16", "react-router-dom": "5" }, "devDependencies": { diff --git a/webpack.config.js b/webpack.config.js index f8affa3..3712a66 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -13,10 +13,6 @@ module.exports = { }, resolve: { extensions: ['.js', '.jsx', '.ts', '.tsx'], - alias: { - 'react': 'preact/compat', - 'react-dom': 'preact/compat', - }, }, context: path.resolve(__dirname, 'src'), devServer: {