[add] branflakes execution

This commit is contained in:
2025-07-20 03:36:43 +01:00
parent 1ce0b2e4e2
commit 3656d71e6d
7 changed files with 257 additions and 169 deletions

View File

@@ -16,7 +16,8 @@ const config = {
path: path.resolve(__dirname, 'dist'),
filename: '[name].js',
libraryTarget: 'commonjs2',
devtoolModuleFilenameTemplate: '../[resource-path]'
sourceMapFilename: '[name].js.map',
devtoolModuleFilenameTemplate: '../[resource-path]',
},
// devtool: 'source-map',
externals: {
@@ -27,6 +28,7 @@ const config = {
innerGraph:true,
usedExports:true
},
resolve: {
// support reading TypeScript and JavaScript files, 📖 -> https://github.com/TypeStrong/ts-loader
extensions: ['.ts', '.js'],