Created
May 17, 2022 07:47
-
-
Save Syakhisk/91bb61deb1666dc20f4a885778e71250 to your computer and use it in GitHub Desktop.
use import and require node js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { createRequire } from "module"; | |
const require = createRequire(import.meta.url); | |
const data = require("./data.json"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment