mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 01:59:57 +00:00
Drop custom preact alias
This commit is contained in:
@@ -38,8 +38,7 @@ module.exports = function(_, env) {
|
||||
extensions: ['.ts', '.tsx', '.js', '.jsx', '.scss', '.css'],
|
||||
alias: {
|
||||
'app-entry-point': path.join(__dirname, 'src/index'),
|
||||
style: path.join(__dirname, 'src/style'),
|
||||
preact$: path.join(__dirname, 'node_modules/preact/dist/preact.js')
|
||||
style: path.join(__dirname, 'src/style')
|
||||
}
|
||||
},
|
||||
resolveLoader: {
|
||||
|
||||
Reference in New Issue
Block a user