|
|
@ -2,17 +2,17 @@ |
|
|
|
// present in this directory. You're encouraged to place your actual application logic in
|
|
|
|
// present in this directory. You're encouraged to place your actual application logic in
|
|
|
|
// a relevant structure within app/javascript and only use these pack files to reference
|
|
|
|
// a relevant structure within app/javascript and only use these pack files to reference
|
|
|
|
// that code so it'll be compiled.
|
|
|
|
// that code so it'll be compiled.
|
|
|
|
require.context("govuk-frontend/govuk/assets") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Polyfills for IE
|
|
|
|
// Polyfills for IE
|
|
|
|
import "core-js/features/promise" |
|
|
|
import "regenerator-runtime/runtime" |
|
|
|
import "unfetch/polyfill" |
|
|
|
|
|
|
|
import "@stimulus/polyfills" |
|
|
|
import "@stimulus/polyfills" |
|
|
|
|
|
|
|
import "custom-event-polyfill" |
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
require.context("govuk-frontend/govuk/assets") |
|
|
|
|
|
|
|
import { initAll } from "govuk-frontend" |
|
|
|
import "./styles/application.scss" |
|
|
|
import "./styles/application.scss" |
|
|
|
import "./controllers" |
|
|
|
import "./controllers" |
|
|
|
import "@hotwired/turbo-rails" |
|
|
|
import "@hotwired/turbo-rails" |
|
|
|
import { initAll } from "govuk-frontend" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initAll() |
|
|
|
initAll() |
|
|
|