mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
web: Add explicit extensions to imports.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4e8d028c49
commit
ec3177c834
@@ -2,7 +2,7 @@
|
||||
|
||||
const path = require("node:path");
|
||||
|
||||
const {media_breakpoints} = require("./src/css_variables");
|
||||
const {media_breakpoints} = require("./src/css_variables.js");
|
||||
|
||||
const config = ({file}) => ({
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user