Move all the trackers to a separate js pack
This commit is contained in:
parent
b8c309acdb
commit
e71cdcd12c
22 changed files with 216 additions and 174 deletions
|
@ -5,7 +5,6 @@ import * as ActiveStorage from 'activestorage';
|
|||
import jQuery from 'jquery';
|
||||
|
||||
import '../shared/activestorage/ujs';
|
||||
import '../shared/sentry';
|
||||
import '../shared/rails-ujs-fix';
|
||||
import '../shared/safari-11-file-xhr-workaround';
|
||||
import '../shared/autocomplete';
|
||||
|
|
|
@ -6,7 +6,6 @@ import Chartkick from 'chartkick';
|
|||
import Highcharts from 'highcharts';
|
||||
|
||||
import '../shared/activestorage/ujs';
|
||||
import '../shared/sentry';
|
||||
import '../shared/rails-ujs-fix';
|
||||
import '../shared/safari-11-file-xhr-workaround';
|
||||
import '../shared/autocomplete';
|
||||
|
|
1
app/javascript/packs/sendinblue.js
Normal file
1
app/javascript/packs/sendinblue.js
Normal file
|
@ -0,0 +1 @@
|
|||
import '../shared/track/sendinblue';
|
2
app/javascript/packs/track.js
Normal file
2
app/javascript/packs/track.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
import '../shared/track/matomo';
|
||||
import '../shared/track/sentry';
|
Loading…
Add table
Add a link
Reference in a new issue