We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e1065 commit 7a3dd98Copy full SHA for 7a3dd98
1 file changed
packages/repack/src/loaders/babelSwcLoader/babelSwcLoader.ts
@@ -72,7 +72,7 @@ export default async function babelSwcLoader(
72
const inputSourceMap: InputSourceMap = sourceMap
73
? JSON.parse(sourceMap)
74
: undefined;
75
- const lazyImports = options.lazyImports ?? true;
+ const lazyImports = options.lazyImports ?? false;
76
const projectRoot = getProjectRootPath(this);
77
78
const withSourceMaps = this.resourcePath.match(/node_modules/)
0 commit comments