Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 10, 2021
1 parent 3d14699 commit 567676c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/bundler.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import rollupPluginReplaceModule from "./rollup-plugins/replace-module.mjs";
import bundles from "./config.mjs";
import { PROJECT_ROOT, DIST_DIR } from "./utils.mjs";

const { __dirname, require, json } = createEsmUtils(import.meta);
const { require, json } = createEsmUtils(import.meta);
const packageJson = json.loadSync("../../package.json");

const entries = [
Expand Down

0 comments on commit 567676c

Please sign in to comment.