Skip to content

Commit

Permalink
Merge pull request #415 from preactjs/mixed-debug-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Aug 27, 2022
2 parents a0152e2 + 067be1c commit d86f1e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tools/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as esbuild from "esbuild";
import path from "path";
import fs from "fs/promises";
import {
aliasPlugin,
archivePlugin,
babelPlugin,
copyPlugin,
Expand Down Expand Up @@ -124,12 +123,6 @@ async function build(browser) {
installHook: "src/shells/shared/installHook.ts",
},
plugins: [
DEBUG
? aliasPlugin({
"preact/hooks": "./node_modules/preact/hooks/src/index.js",
preact: "./node_modules/preact/src/index.js",
})
: undefined,
cssModules(),
babelPlugin(),
copyPlugin(
Expand Down

0 comments on commit d86f1e5

Please sign in to comment.