cookiealert release version
This commit is contained in:
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
|
|
@ -1,11 +1,4 @@
|
|||
<script>
|
||||
/*!
|
||||
* CookieAlert v1.2
|
||||
* http://cookiealert.sruu.pl/
|
||||
*
|
||||
* Created by Paweł Klockiewicz
|
||||
* http://klocus.pl/
|
||||
*/
|
||||
var CookieAlert = {
|
||||
defines: {
|
||||
divID: 'CookieAlert',
|
||||
|
|
|
|||
|
|
@ -59,6 +59,14 @@ module.exports = {
|
|||
ga_property_id: 'UA-136831794-2'
|
||||
}
|
||||
}),
|
||||
new HtmlWebpackPartialsPlugin({
|
||||
path: './src/partials/cookiealert.html',
|
||||
location: 'head',
|
||||
priority: 'high',
|
||||
options: {
|
||||
mainColor: "#59d1da"
|
||||
}
|
||||
}),
|
||||
new CssMinimizerPlugin(),
|
||||
],
|
||||
module: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue