mirror of
https://github.com/ollama/ollama.git
synced 2025-10-11 00:43:34 +02:00
move desktop
-> app
This commit is contained in:
10
app/webpack.plugins.ts
Normal file
10
app/webpack.plugins.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type IForkTsCheckerWebpackPlugin from 'fork-ts-checker-webpack-plugin'
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const ForkTsCheckerWebpackPlugin: typeof IForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin')
|
||||
|
||||
export const plugins = [
|
||||
new ForkTsCheckerWebpackPlugin({
|
||||
logger: 'webpack-infrastructure',
|
||||
}),
|
||||
]
|
Reference in New Issue
Block a user