We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945eafe commit e5619baCopy full SHA for e5619ba
packages/open-next/src/plugins/edge.ts
@@ -59,7 +59,7 @@ export function openNextEdgePlugins({
59
setup(build) {
60
logger.debug(chalk.blue("OpenNext Edge plugin"));
61
62
- build.onResolve({ filter: /\.(mjs|wasm)$/g }, () => {
+ build.onResolve({ filter: /\.(mjs|wasm)$/ }, () => {
63
return {
64
external: true,
65
};
0 commit comments