1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Remove esbuild-loader (#3542)

It seems that `esbuild-loader` is not necessary - everything's working
fine. Or is there something I missed there?
However, it breaks the updates in #3541 and #3485.
This commit is contained in:
qwerty287
2024-03-24 10:00:17 +01:00
committed by GitHub
parent 6b9c563baa
commit dfa7c36a64
3 changed files with 0 additions and 284 deletions

View File

@@ -306,15 +306,6 @@ const config: Config = {
},
],
],
webpack: {
jsLoader: (isServer) => ({
loader: require.resolve('esbuild-loader'),
options: {
loader: 'tsx',
target: isServer ? 'node12' : 'es2017',
},
}),
},
markdown: {
format: 'detect',
},