Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sime3134 committed Jul 12, 2024
1 parent 2880d54 commit 3b28fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { resolve } from "path";
import TerserPlugin from "terser-webpack-plugin";
const path = require("path");
const TerserPlugin = require("terser-webpack-plugin");

export const entry = ".src/g-calendar-fetcher.js";
export const output = {
Expand Down

0 comments on commit 3b28fb1

Please sign in to comment.