mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
problems with preact
This commit is contained in:
parent
ce7e8d548b
commit
2ea30235ab
@ -9,7 +9,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"animejs": "3",
|
||||
"preact": "10.0.0-rc.1",
|
||||
"react": "16",
|
||||
"react-dom": "16",
|
||||
"react-router-dom": "5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user