Skip to content

Commit cfd60d7

Browse files
committed
Merge branch 'develop'
2 parents 6eec98b + e6733fb commit cfd60d7

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
talisman --githook pre-commit
1+
./.git/hooks/bin/talisman --githook pre-commit

src/scripts/getBizStats.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const relais = [
3535
'https://www.gaite-lyrique.net',
3636
'https://www.terrabotanica.fr',
3737
'https://www.aquarium-st-malo.com',
38+
'https://www.cobac-parc.com',
3839
]
3940

4041
export const getMatomoStats = async (begin: string, end: string) => {

webpack.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,11 @@ module.exports = [
166166
loader: 'babel-loader',
167167
exclude: /node_modules/,
168168
options: {
169-
presets: ['@babel/preset-env', '@babel/preset-react', '@babel/preset-typescript'],
169+
presets: [
170+
'@babel/preset-env',
171+
['@babel/preset-react', { runtime: 'automatic' }],
172+
'@babel/preset-typescript',
173+
],
170174
},
171175
},
172176
{

0 commit comments

Comments
 (0)