mirror of
https://github.com/ItsVipra/ProToots
synced 2025-02-16 12:38:23 +00:00
Remove OS-specific separators from copy plugin
This commit is contained in:
parent
5da1a090f9
commit
1a4f26c538
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ export const defaultBuildOptions = {
|
|||
// Copy all files from src/ except our build files (they would be overwritten) to dist/.
|
||||
plugins: [
|
||||
copyPlugin({
|
||||
src: "./src/",
|
||||
dest: "./dist/",
|
||||
src: "src",
|
||||
dest: "dist",
|
||||
recursive: true,
|
||||
|
||||
// Return true if the file should be copied and false otherwise.
|
||||
|
|
Loading…
Add table
Reference in a new issue