mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: vue build, removed console.log
This commit is contained in:
parent
7fcd6876eb
commit
bfdd31f4e6
@ -186,7 +186,6 @@ export class ThemeStore {
|
|||||||
try {
|
try {
|
||||||
await this.load(themeId);
|
await this.load(themeId);
|
||||||
this.activeThemeId = themeId;
|
this.activeThemeId = themeId;
|
||||||
console.log('THEME', themeId, this.themes.get(themeId))
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
if (themeId !== this.defaultTheme.name) {
|
if (themeId !== this.defaultTheme.name) {
|
||||||
this.setTheme(); // fallback to default theme
|
this.setTheme(); // fallback to default theme
|
||||||
|
|||||||
@ -26,7 +26,6 @@ export function webpackConfigReact(): webpack.Configuration {
|
|||||||
},
|
},
|
||||||
output: {
|
output: {
|
||||||
path: outDir,
|
path: outDir,
|
||||||
publicPath: "/",
|
|
||||||
filename: '[name].js',
|
filename: '[name].js',
|
||||||
chunkFilename: 'chunks/[name].js',
|
chunkFilename: 'chunks/[name].js',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user