mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
fix(client): wrong name for assets
This commit is contained in:
parent
0edbc7311a
commit
c34b4ceba5
@ -57,7 +57,7 @@ export default defineConfig(() => ({
|
|||||||
output: {
|
output: {
|
||||||
entryFileNames: "src/[name].js",
|
entryFileNames: "src/[name].js",
|
||||||
chunkFileNames: "src/[name].js",
|
chunkFileNames: "src/[name].js",
|
||||||
assetFileNames: "src/[name,].js"
|
assetFileNames: "src/[name].[ext]"
|
||||||
},
|
},
|
||||||
onwarn(warning, rollupWarn) {
|
onwarn(warning, rollupWarn) {
|
||||||
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
|
if (warning.code === "MODULE_LEVEL_DIRECTIVE") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user