forked from svrjs/svrjs
Make the build script also copy hidden directories in assets directory.
This commit is contained in:
parent
0ceded2256
commit
bdd3e56bb1
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ esbuild.build({
|
||||||
assets: {
|
assets: {
|
||||||
from: ["./assets/**/*"],
|
from: ["./assets/**/*"],
|
||||||
to: ["./dist"],
|
to: ["./dist"],
|
||||||
|
},
|
||||||
|
globbyOptions: {
|
||||||
|
dot: true
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
esbuildCopyPlugin.copy({
|
esbuildCopyPlugin.copy({
|
||||||
|
|
Reference in a new issue