watch for any performance regression.
reference #1279
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
}),
...(!isDevelopmentBuild && {
file: './lib/index.js',
+ sourcemap: true,
plugins: [terser({ maxWorkers })]
})
},
}),
...(!isDevelopmentBuild && {
file: './lib/index.mjs',
+ sourcemap: true,
plugins: [terser({ maxWorkers })]
})
}
],
plugins: [
typescript({
- tsconfig: isDevelopmentBuild
- ? './tsconfig.development.json'
- : './tsconfig.production.json'
+ tsconfig: './tsconfig.build.json'
}),
del({
targets: ['./lib/*']
+++ /dev/null
-{
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "sourceMap": true
- },
- "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
-}
+++ /dev/null
-{
- "extends": "./tsconfig.json",
- "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
-}
{
"$schema": "https://typedoc.org/schema.json",
- "tsconfig": "./tsconfig.production.json",
+ "tsconfig": "./tsconfig.build.json",
"entryPoints": ["./src"],
"out": "./docs",
"readme": "none",