summaryrefslogtreecommitdiffstats
path: root/app/javascript/entrypoints/inert.ts
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/entrypoints/inert.ts')
-rw-r--r--app/javascript/entrypoints/inert.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/entrypoints/inert.ts b/app/javascript/entrypoints/inert.ts
new file mode 100644
index 00000000000..7c04a97fafd
--- /dev/null
+++ b/app/javascript/entrypoints/inert.ts
@@ -0,0 +1,4 @@
+/* Placeholder file to have `inert.scss` compiled by Webpack
+ This is used by the `wicg-inert` polyfill */
+
+import '../styles/inert.scss';