@staticbolt/core 1.0.0-beta.12 → 1.0.0-beta.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1134,7 +1134,8 @@ function copyAssetsPlugin(options = {}) {
1134
1134
  const publicFiles = globSync("**/*", {
1135
1135
  ignore,
1136
1136
  nodir: true,
1137
- cwd: join(this.root, publicDirectory)
1137
+ cwd: join(this.root, publicDirectory),
1138
+ dot: true
1138
1139
  });
1139
1140
  for (const file of publicFiles) {
1140
1141
  const inputFile = join(this.root, publicDirectory, file);