refactor: replace 'preact' with 'react' (#1048)
This commit is contained in:
@@ -50,9 +50,6 @@ module.exports = (env) => {
|
||||
'@Views': path.resolve(__dirname, 'app/assets/javascripts/views'),
|
||||
'@Services': path.resolve(__dirname, 'app/assets/javascripts/services'),
|
||||
'@node_modules': path.resolve(__dirname, 'node_modules'),
|
||||
react: 'preact/compat',
|
||||
'react-dom/test-utils': 'preact/test-utils',
|
||||
'react-dom': 'preact/compat',
|
||||
},
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user