Fix code style
parent
38155afa8a
commit
48e44e25aa
|
@ -21,7 +21,6 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -9,7 +9,7 @@ export default defineConfig({
|
||||||
name: "Shareon",
|
name: "Shareon",
|
||||||
formats: ["es", "umd", "iife"],
|
formats: ["es", "umd", "iife"],
|
||||||
// Workaround to keep the old file names
|
// Workaround to keep the old file names
|
||||||
fileName: (format, _) => `shareon.${format}.js`,
|
fileName: (format) => `shareon.${format}.js`,
|
||||||
},
|
},
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
output: {
|
output: {
|
||||||
|
@ -24,6 +24,6 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
css: {
|
css: {
|
||||||
devSourcemap: true
|
devSourcemap: true,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue