mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +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'],
|
extensions: ['.ts', '.tsx', '.js', '.jsx', '.scss', '.css'],
|
||||||
alias: {
|
alias: {
|
||||||
'app-entry-point': path.join(__dirname, 'src/index'),
|
'app-entry-point': path.join(__dirname, 'src/index'),
|
||||||
style: path.join(__dirname, 'src/style'),
|
style: path.join(__dirname, 'src/style')
|
||||||
preact$: path.join(__dirname, 'node_modules/preact/dist/preact.js')
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
resolveLoader: {
|
resolveLoader: {
|
||||||
|
|||||||
Reference in New Issue
Block a user