mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Linting + remove debug
This commit is contained in:
parent
dae8ecd4d1
commit
9f2a4fd0c7
2 changed files with 1 additions and 4 deletions
|
@ -100,7 +100,7 @@ export function JwtTokenGetter() {
|
|||
CommonModule,
|
||||
JwtModule.forRoot({
|
||||
config: {
|
||||
tokenGetter: JwtTokenGetter
|
||||
tokenGetter: JwtTokenGetter,
|
||||
},
|
||||
}),
|
||||
TranslateModule.forRoot({
|
||||
|
|
|
@ -26,9 +26,6 @@ export const WebpackCommonConfig = (env: any, type: string) => {
|
|||
const cssLoader = prod ? "css-loader?minimize" : "css-loader";
|
||||
const bundleConfig: Configuration = {
|
||||
mode: prod ? "production" : "development",
|
||||
optimization: {
|
||||
minimize: false
|
||||
},
|
||||
resolve: {
|
||||
extensions: [".ts", ".js"],
|
||||
alias: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue