mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 18:19:47 +00:00
Trying to bend webpack to my will
This commit is contained in:
@@ -38,7 +38,8 @@ module.exports = async function (_, env) {
|
||||
return {
|
||||
mode: isProd ? 'production' : 'development',
|
||||
entry: {
|
||||
'first-interaction': './src/index'
|
||||
'first-interaction': './src/index',
|
||||
'sdk': './src/sdk'
|
||||
},
|
||||
devtool: isProd ? 'source-map' : 'inline-source-map',
|
||||
stats: 'minimal',
|
||||
|
||||
Reference in New Issue
Block a user