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 d26b542 commit 7a9ecadCopy full SHA for 7a9ecad
2 files changed
src/webpack.config.js
@@ -436,17 +436,18 @@ module.exports = {
436
// PERFORMANCE ONLY FOR DEVELOPMENT
437
optimization: isLocal
438
? {
439
+ nodeEnv: false,
440
splitChunks: false,
441
removeEmptyChunks: false,
442
removeAvailableModules: false,
443
}
444
: {
445
446
minimizer: [
447
new ESBuildMinifyPlugin({
448
target: esbuildNodeVersion,
449
}),
450
],
- nodeEnv: false,
451
},
452
plugins: plugins(),
453
node: {
tests/typescript-exclude-files/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "typescript-config-path",
+ "name": "typescript-exclude-files",
3
"version": "1.0.0",
4
"description": "",
5
"main": "handler.js",
0 commit comments