Skip to content

Commit

Permalink
build: remove legacy workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Sep 26, 2023
1 parent ebf08f6 commit 807127b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import terser from '@rollup/plugin-terser';
import dts from 'rollup-plugin-dts';
import typescript from 'rollup-plugin-typescript2';

// workaround for https://github.com/rollup/plugins/issues/1366
// eslint-disable-next-line no-underscore-dangle
global.__filename = fileURLToPath(import.meta.url);

const resolve = (...args) =>
path.resolve(path.dirname(fileURLToPath(import.meta.url)), ...args);
const pkg = JSON.parse(fs.readFileSync(resolve('./package.json')));
Expand Down

1 comment on commit 807127b

@vercel
Copy link

@vercel vercel bot commented on 807127b Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-showdown – ./

vue-showdown.vercel.app
vue-showdown-meteorlxy.vercel.app
vue-showdown-git-main-meteorlxy.vercel.app

Please sign in to comment.