Skip to content

Commit e5619ba

Browse files
committed
fix regex
1 parent 945eafe commit e5619ba

File tree

1 file changed

+1
-1
lines changed
  • packages/open-next/src/plugins

1 file changed

+1
-1
lines changed

packages/open-next/src/plugins/edge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function openNextEdgePlugins({
5959
setup(build) {
6060
logger.debug(chalk.blue("OpenNext Edge plugin"));
6161

62-
build.onResolve({ filter: /\.(mjs|wasm)$/g }, () => {
62+
build.onResolve({ filter: /\.(mjs|wasm)$/ }, () => {
6363
return {
6464
external: true,
6565
};

0 commit comments

Comments
 (0)