You've already forked woodpecker
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:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user