mirror of
https://github.com/TurboWarp/packager.git
synced 2024-11-25 16:35:59 +08:00
Remove unused leftovers from plausible
We haven't used plausible analytics in years
This commit is contained in:
parent
609a453774
commit
3e0f285aac
@ -183,8 +183,6 @@ const makeWebsite = () => ({
|
||||
'process.env.ENABLE_SERVICE_WORKER': JSON.stringify(process.env.ENABLE_SERVICE_WORKER),
|
||||
'process.env.STANDALONE': JSON.stringify(isStandalone ? true : false),
|
||||
'process.env.VERSION': JSON.stringify(version),
|
||||
'process.env.PLAUSIBLE_API': JSON.stringify(process.env.PLAUSIBLE_API),
|
||||
'process.env.PLAUSIBLE_DOMAIN': JSON.stringify(process.env.PLAUSIBLE_DOMAIN),
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: 'index.html',
|
||||
|
Loading…
Reference in New Issue
Block a user