This commit is contained in:
2020-08-22 11:35:29 +02:00
parent a37d5f8845
commit 12c3383b55
3 changed files with 13 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ const config: Configuration = {
},
},
plugins: [
new webpack.DefinePlugin({
__DEV__: JSON.stringify(__DEV__),
}),
new WebpackPwaManifest({
name: `Parcel for ${data.username}`,
short_name: 'parcel',