cookiealert release version

This commit is contained in:
ReznoRMichael 2021-02-15 14:55:22 +01:00
parent 8b53da3b5c
commit 469387b0bc
5 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,11 +1,4 @@
<script> <script>
/*!
* CookieAlert v1.2
* http://cookiealert.sruu.pl/
*
* Created by Paweł Klockiewicz
* http://klocus.pl/
*/
var CookieAlert = { var CookieAlert = {
defines: { defines: {
divID: 'CookieAlert', divID: 'CookieAlert',

View file

@ -59,6 +59,14 @@ module.exports = {
ga_property_id: 'UA-136831794-2' ga_property_id: 'UA-136831794-2'
} }
}), }),
new HtmlWebpackPartialsPlugin({
path: './src/partials/cookiealert.html',
location: 'head',
priority: 'high',
options: {
mainColor: "#59d1da"
}
}),
new CssMinimizerPlugin(), new CssMinimizerPlugin(),
], ],
module: { module: {