Fix code format
This commit is contained in:
@@ -26,8 +26,8 @@ function replaceKucTagsPlugin() {
|
||||
const keyPascal = key.split('-')
|
||||
.map(word => word.charAt(0).toUpperCase() + word.slice(1))
|
||||
.join('');
|
||||
if(key==='multi-choice'){
|
||||
key='multichoice';
|
||||
if (key === 'multi-choice') {
|
||||
key = 'multichoice';
|
||||
}
|
||||
importScript += `import * as Kuc${keyPascal} from "kintone-ui-component/lib/${key}";`
|
||||
});
|
||||
@@ -83,6 +83,6 @@ export default defineConfig({
|
||||
assetFileNames: 'src/[ext]/[name].[ext]',
|
||||
},
|
||||
},
|
||||
sourcemap: false,
|
||||
sourcemap: 'inline',
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user