Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Dec 20, 2024
1 parent 1b71853 commit a8a82bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions packages/project-utils/bundling/function/buildHandler.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require("path");
const webpack = require("webpack");
const ForkTsCheckerWebpackPlugin = require("fork-ts-checker-webpack-plugin");
const { version } = require("@webiny/project-utils/package.json");
const { getOutput, getEntry } = require("./utils");
const { getOutput, getEntry } = require("../../utils");
const WebpackBar = require("webpackbar");

module.exports = options => {
Expand Down

0 comments on commit a8a82bb

Please sign in to comment.