You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to setup CopyFiles copy assets/.htaccess to my build directory, to no avail. Nothing works, except renaming it at the source (assets/my.htaccess) and renaming it with the "to" clause:
This works only if there is something before the dot (xxx.htaccess):
.copyFiles({
from: './assets',
to: '.[ext]',
pattern: /\.htaccess$/
})
The text was updated successfully, but these errors were encountered:
I tried to setup CopyFiles copy assets/.htaccess to my build directory, to no avail. Nothing works, except renaming it at the source (assets/my.htaccess) and renaming it with the "to" clause:
This works only if there is something before the dot (xxx.htaccess):
The text was updated successfully, but these errors were encountered: